mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
6 lines
231 B
CMake
6 lines
231 B
CMake
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
|
|
)
|