mesytec-mnode/external/taskflow-3.8.0/tfprof/server/CMakeLists.txt

9 lines
189 B
Text
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
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})