CMakeLists.txt 167 Bytes
Newer Older
1
add_executable(invoke_parallel main.cpp)
2 3 4 5
target_link_libraries(invoke_parallel pls)
if(EASY_PROFILER)
    target_link_libraries(invoke_parallel easy_profiler)
endif()