Sprout/tools/files/CMakeLists.txt

7 lines
235 B
Text
Raw Normal View History

2014-06-05 07:44:19 +00:00
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
)