xcdat/tool/CMakeLists.txt

6 lines
189 B
CMake
Raw Normal View History

2017-11-12 14:20:38 +00:00
add_executable(xcdat-exe xcdat.cpp)
set_target_properties(xcdat-exe PROPERTIES OUTPUT_NAME xcdat)
target_link_libraries(xcdat-exe xcdat)
install(TARGETS xcdat-exe RUNTIME DESTINATION bin)