Sprout/tools/compost/CMakeLists.txt

7 lines
231 B
Text
Raw Normal View History

2013-12-18 08:58:27 +00:00
add_executable( tools_compost_wavconv wavconv.cpp )
set_target_properties( tools_compost_wavconv PROPERTIES OUTPUT_NAME "wavconv" )
install( TARGETS tools_compost_wavconv
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)