1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
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
)