We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1ecc9 commit 7ab721cCopy full SHA for 7ab721c
1 file changed
CMakeLists.txt
@@ -65,7 +65,7 @@
65
#~ AppExample(regexp "examples/regexp/regex_wrap.cpp" "" )
66
67
# Install
68
- INSTALL(TARGETS luabind DESTINATION ${INSTALL_LIB})
+ INSTALL(TARGETS luabind RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
69
INSTALL(DIRECTORY luabind DESTINATION ${INSTALL_INC})
70
INSTALL(FILES LICENSE INSTALL DESTINATION ${INSTALL_DATA})
71
INSTALL(DIRECTORY doc/ DESTINATION ${INSTALL_DOC})
0 commit comments