mesytec-mnode/external/taskflow-3.8.0/tfprof/server/CMakeLists.txt
2025-01-04 01:25:05 +01:00

8 lines
189 B
CMake

add_executable(tfprof tfprof.cpp)
target_link_libraries(
tfprof ${PROJECT_NAME} ${ATOMIC_LIBRARY} tf::default_settings
)
target_include_directories(tfprof PRIVATE ${TF_3RD_PARTY_DIR})