coz/benchmarks/toy/CMakeLists.txt
2022-08-11 13:58:49 -04:00

5 lines
127 B
CMake

add_executable(toy toy.cpp)
target_link_libraries(toy PRIVATE pthread)
add_coz_run_target(run_toy COMMAND $<TARGET_FILE:toy>)