Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 0fd9f36

Browse files
committed
Corrected installation of libraries
1 parent 1785fab commit 0fd9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ INCLUDE_DIRECTORIES(include include/IL ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRE
224224

225225

226226
# install
227-
INSTALL(TARGETS il ilu ilut DESTINATION ${INSTALL_LIB})
227+
INSTALL(TARGETS il ilu ilut RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
228228
INSTALL(DIRECTORY include/ DESTINATION ${INSTALL_INC})
229229
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/IL/config.h DESTINATION ${INSTALL_INC}/IL)
230230
INSTALL(FILES AUTHORS COPYING CREDITS ChangeLog NEWS README TODO DESTINATION ${INSTALL_DOC})

0 commit comments

Comments
 (0)