generated from Trianta/cpp-unity-template
6 lines
114 B
CMake
6 lines
114 B
CMake
add_executable(something
|
|
./main.cpp
|
|
)
|
|
|
|
target_include_directories(something PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|