Files
tmc/tools/src/tmc_strings/CMakeLists.txt
T
2021-11-23 06:44:00 +01:00

7 lines
208 B
CMake
Vendored

file(GLOB_RECURSE sources *.cpp)
add_executable(tmc_strings ${sources})
target_link_libraries(tmc_strings PRIVATE fmt::fmt nlohmann_json::nlohmann_json)
install(TARGETS tmc_strings RUNTIME DESTINATION bin)