Skip to content

Commit

Permalink
Linux|libcore|libgui: Library install directory
Browse files Browse the repository at this point in the history
Directories.cmake defines where libraries are supposed to be installed.
  • Loading branch information
skyjake committed Jan 13, 2021
1 parent 482c83e commit bd6d667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/libs/core/CMakeLists.txt
Expand Up @@ -106,7 +106,7 @@ if (CYGWIN)
endif ()
if (UNIX_LINUX)
install (FILES ${the_Foundation_DIR}/../../lib_Foundation.so
DESTINATION lib)
DESTINATION ${DE_INSTALL_LIB_DIR})
endif ()
deng_deploy_library (libcore DengCore)
deng_cotire (libcore src/precompiled.h)
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libs/gui/CMakeLists.txt
Expand Up @@ -149,7 +149,7 @@ if (UNIX_LINUX)
${ASSIMP_ROOT_DIR}/lib/libassimp.so.4.1.0
${glbinding_DIR}/lib/libglbinding.so.2
${glbinding_DIR}/lib/libglbinding.so.2.1.4
DESTINATION lib
DESTINATION ${DE_INSTALL_LIB_DIR}
COMPONENT client
)
endif ()
Expand Down

0 comments on commit bd6d667

Please sign in to comment.