add_executable(playground barrier.h barrier.cpp main.cpp) # Example for adding the library to your app (as a cmake project dependency) target_link_libraries(playground pls context_switcher Threads::Threads)