You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
237 B
CMake

include_directories(${libmpc_SOURCE_DIR}/libwavformat)
link_directories(${libmpc_BINARY_DIR}/libwavformat)
add_executable(wavcmp wavcmp.c)
target_link_libraries(wavcmp wavformat_static)
install(TARGETS wavcmp RUNTIME DESTINATION bin)