mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
0945e17e79
Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
14 lines
679 B
Diff
14 lines
679 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 2e147e4d1..133940902 100755
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -55,7 +55,7 @@ set(OSGEARTH_EMBEDDED_THIRD_PARTY_DIR ${PROJECT_SOURCE_DIR}/src/third_party)
|
|
set(INSTALL_RUNTIME_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # executables
|
|
set(INSTALL_LIBRARY_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # .dll/.so
|
|
set(INSTALL_ARCHIVE_FOLDER "lib${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # .lib/.a
|
|
-set(INSTALL_PLUGINS_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # parent folder of OSG plugins folder
|
|
+set(INSTALL_PLUGINS_FOLDER "plugins") # parent folder of OSG plugins folder
|
|
|
|
include(oe_ios)
|
|
include(oe_osx)
|