search for: install_targets

Displaying 2 results from an estimated 2 matches for "install_targets".

2007 Nov 09
1
debian/patches/* for xen-unstable 16319
I've resolved the conflicts between the xen-unstable svn tree's patchset and xen-unstable 16319 (which was the tip a few days ago). The result is below, as the output of `svn diff' - so a series of interdiffs, unfortunately. Also, I noticed that after installing the resulting packages, it wasn't able to correctly select the xen-unstable tools; instead, it fell back to the default.
2017 May 29
0
[PATCH] Add CMake build script
...libspeex/testenc_uwb.c) +target_include_directories(testenc_uwb + PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>) +target_link_libraries(testenc_uwb + PRIVATE ${LIBM} + PUBLIC speex) +target_compile_definitions(testenc_uwb + PRIVATE -DHAVE_CONFIG_H) + +endif() + +# Installation + +set(INSTALL_TARGETS speex) +if(NOT DISABLE_BINARIES) + list(APPEND INSTALL_TARGETS speexenc speexdec) +endif() +install(TARGETS ${INSTALL_TARGETS} + EXPORT SpeexTargets + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + PUBL...