Sprout/tools/files/CMakeLists.txt
2014-06-05 16:44:19 +09:00

6 lines
235 B
CMake

add_executable( tools_files_filegraph filegraph.cpp )
set_target_properties( tools_files_filegraph PROPERTIES OUTPUT_NAME "filegraph" )
install( TARGETS tools_files_filegraph
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)