generated from trianta/cpp-unity-template
Update CMake names
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
add_executable(something
|
||||
add_executable(filter
|
||||
./main.cpp
|
||||
)
|
||||
|
||||
target_include_directories(something PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(filter PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
Reference in New Issue
Block a user