CMakeLists.txt 152 Bytes
Newer Older
1 2 3 4
add_executable(playground main.cpp)

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