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

Commit fc76774

Browse files
committed
Corrected installation of libraries
1 parent b2d3721 commit fc76774

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
@@ -69,7 +69,7 @@
6969
ENDIF()
7070

7171
# install
72-
INSTALL(TARGETS mng DESTINATION ${INSTALL_LIB})
72+
INSTALL(TARGETS mng RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
7373

7474
INSTALL(FILES libmng.h libmng_conf.h libmng_types.h DESTINATION ${INSTALL_INC})
7575

0 commit comments

Comments
 (0)