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

Commit 8fb6eee

Browse files
committed
Corrected installation of libraries
1 parent c9ee5a0 commit 8fb6eee

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
@@ -83,6 +83,6 @@ ENDIF(BUILD_TESTING)
8383

8484

8585
# Install
86-
INSTALL(TARGETS mapm DESTINATION ${INSTALL_LIB})
86+
INSTALL(TARGETS mapm RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
8787
INSTALL(FILES m_apm.h m_apm_lc.h DESTINATION ${INSTALL_INC})
8888
INSTALL(DIRECTORY DOCS/ DESTINATION ${INSTALL_DOC})

0 commit comments

Comments
 (0)