CMakeLists.txt 156 Bytes
Newer Older
1 2 3 4
add_executable(test_for_new main.cpp)

# Example for adding the library to your app (as a cmake project dependency)
target_link_libraries(test_for_new pls)