Project

General

Profile

« Previous | Next » 

Revision 96e4083c

Added by david.sorber 8 months ago

Correct installation of static library.

View differences:

software/libpackjpg/lib_src/CMakeLists.txt
ADD_LIBRARY(packjpg_static STATIC ${packjpg_sources})
SET_TARGET_PROPERTIES(packjpg_static PROPERTIES OUTPUT_NAME "packjpg")
INSTALL(TARGETS packjpg
INSTALL(TARGETS packjpg_static
LIBRARY DESTINATION ${LIBRARY_INSTALL_PATH})
INSTALL(FILES "packjpg.h" DESTINATION "usr/include")

Also available in: Unified diff