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

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