Add install destinations?
This commit is contained in:
parent
83366ca39e
commit
4b1722e828
@ -34,7 +34,9 @@ if(WIN32)
|
|||||||
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++")
|
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++")
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
install(TARGETS couch couchlib couchlib_luascripting)
|
install(TARGETS couch couchlib couchlib_luascripting
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
ARCHIVE DESTINATION lib)
|
||||||
if (LUA_ENABLED)
|
if (LUA_ENABLED)
|
||||||
install(TARGETS couchlua)
|
install(TARGETS couchlua)
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
Reference in New Issue
Block a user