CMakeLists.txt 224 Bytes
Newer Older
1 2 3
add_executable(playground
        barrier.h barrier.cpp
        main.cpp)
4 5

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