Skip to content
Snippets Groups Projects
Commit f1ead933 authored by armatusmiles's avatar armatusmiles
Browse files

[*] Fix CMP0002 CMake problem

parent 4d678508
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.0)
if(TARGET dap_test)
return() # The project has already been built.
endif()
project(dap_test)
add_library(${PROJECT_NAME} STATIC dap_test.h dap_test.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment