Created
April 13, 2018 20:43
-
-
Save battleguard/bb4524b0623a696034300dc5fbf682b7 to your computer and use it in GitHub Desktop.
CmakeCaches for osgearth vcpkg build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is the CMakeCache file. | |
| # For build in directory: c:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg | |
| # It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe | |
| # You can edit this file to change values found and used by cmake. | |
| # If you do not want to change any of the values, simply exit the editor. | |
| # If you do want to change a value, simply edit, save, and exit the editor. | |
| # The syntax for the file is as follows: | |
| # KEY:TYPE=VALUE | |
| # KEY is the name of a variable in the cache. | |
| # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | |
| # VALUE is the current value for the KEY. | |
| ######################## | |
| # EXTERNAL cache entries | |
| ######################## | |
| //Append the OSG version number to the osgPlugins directory | |
| APPEND_OPENSCENEGRAPH_VERSION:BOOL=ON | |
| //Enable build of Applications | |
| BUILD_APPLICATIONS:BOOL=ON | |
| //Enable to build osgEarth Examples | |
| BUILD_OSGEARTH_EXAMPLES:BOOL=ON | |
| //No help, variable specified on the command line. | |
| BUILD_SHARED_LIBS:UNINITIALIZED=ON | |
| //Enable build of Tests | |
| BUILD_TESTS:BOOL=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_BUILD_TYPE:UNINITIALIZED=Debug | |
| //Semicolon separated list of supported configuration types, only | |
| // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything | |
| // else will be ignored. | |
| CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo | |
| CMAKE_CXX_FLAGS:STRING=' /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP ' | |
| CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' | |
| //Flags used by the compiler during release builds for minimum | |
| // size. | |
| CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG | |
| CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' | |
| //Flags used by the compiler during release builds with debug info. | |
| CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG | |
| //Libraries linked by default with all C++ applications. | |
| CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib | |
| CMAKE_C_FLAGS:STRING=' /DWIN32 /D_WINDOWS /W3 /utf-8 /MP ' | |
| CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' | |
| //Flags used by the compiler during release builds for minimum | |
| // size. | |
| CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG | |
| CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' | |
| //Flags used by the compiler during release builds with debug info. | |
| CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG | |
| //Libraries linked by default with all C applications. | |
| CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib | |
| //add a postfix, usually d on windows | |
| CMAKE_DEBUG_POSTFIX:STRING=d | |
| //No help, variable specified on the command line. | |
| CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON | |
| //Flags used by the linker. | |
| CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //No help, variable specified on the command line. | |
| CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //You may add additional search paths here. Use ; to separate multiple | |
| // paths. | |
| CMAKE_INCLUDE_PATH:STRING= | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_BINDIR:STRING=bin | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_LIBDIR:STRING=lib | |
| //Install path prefix, prepended onto install directories. | |
| CMAKE_INSTALL_PREFIX:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/packages/osgearth_x64-windows/debug | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE | |
| //You may add additional search paths here. Use ; to separate multiple | |
| // paths. | |
| CMAKE_LIBRARY_PATH:STRING=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/manual-link;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/manual-link | |
| //Path to a program. | |
| CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/link.exe | |
| //add a postfix, usually empty on windows | |
| CMAKE_MINSIZEREL_POSTFIX:STRING=s | |
| //Flags used by the linker during the creation of modules. | |
| CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| //Flags used by the linker during release builds. | |
| CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //(EXPERIMENTAL) You may add additional search paths here. Use | |
| // ; to separate multiple paths. | |
| CMAKE_PREFIX_PATH:STRING=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows | |
| //Value Computed by CMake | |
| CMAKE_PROJECT_NAME:STATIC=OSGEARTH | |
| //RC compiler | |
| CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/8.1/bin/x64/rc.exe | |
| //Flags for Windows Resource Compiler. | |
| CMAKE_RC_FLAGS:STRING=/DWIN32 | |
| //Flags for Windows Resource Compiler during debug builds. | |
| CMAKE_RC_FLAGS_DEBUG:STRING=/D_DEBUG | |
| //Flags for Windows Resource Compiler during release builds for | |
| // minimum size. | |
| CMAKE_RC_FLAGS_MINSIZEREL:STRING= | |
| //Flags for Windows Resource Compiler during release builds. | |
| CMAKE_RC_FLAGS_RELEASE:STRING= | |
| //Flags for Windows Resource Compiler during release builds with | |
| // debug info. | |
| CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= | |
| //add a postfix, usually empty on windows | |
| CMAKE_RELEASE_POSTFIX:STRING= | |
| //add a postfix, usually empty on windows | |
| CMAKE_RELWITHDEBINFO_POSTFIX:STRING=rd | |
| //Flags used by the linker during the creation of dll's. | |
| CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //If set, runtime paths are not added when installing shared libraries, | |
| // but are added when building. | |
| CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
| //If set, runtime paths are not added when using shared libraries. | |
| CMAKE_SKIP_RPATH:BOOL=NO | |
| //Flags used by the linker during the creation of static libraries. | |
| CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
| //Flags used by the linker during release builds. | |
| CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
| //Windows SDK version | |
| CMAKE_SYSTEM_VERSION:STRING=8.1 | |
| //The CMake toolchain file | |
| CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/scripts/buildsystems/vcpkg.cmake | |
| //If this value is on, makefiles will be generated without the | |
| // .SILENT directive, and all commands will be echoed to the console | |
| // during the make. This is useful for debugging only. With Visual | |
| // Studio IDE projects all commands are done without /nologo. | |
| CMAKE_VERBOSE_MAKEFILE:BOOL=ON | |
| //Enable to build 7-Zip packages | |
| CPACK_BINARY_7Z:BOOL=OFF | |
| //Enable to build IFW packages | |
| CPACK_BINARY_IFW:BOOL=OFF | |
| //Enable to build NSIS packages | |
| CPACK_BINARY_NSIS:BOOL=ON | |
| //Enable to build WiX packages | |
| CPACK_BINARY_WIX:BOOL=OFF | |
| //Enable to build ZIP packages | |
| CPACK_BINARY_ZIP:BOOL=OFF | |
| //Enable to build 7-Zip source packages | |
| CPACK_SOURCE_7Z:BOOL=ON | |
| //Enable to build ZIP source packages | |
| CPACK_SOURCE_ZIP:BOOL=ON | |
| //Path to a file. | |
| CURL_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //on if curl is a static lib | |
| CURL_IS_STATIC:BOOL=ON | |
| //Path to a library. | |
| CURL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/libcurl.lib | |
| //Set to ON to build OSGEARTH for dynamic linking. Use OFF for | |
| // static. | |
| DYNAMIC_OSGEARTH:BOOL=ON | |
| //Root folder of GDAL dependency | |
| GDAL_DIR:PATH= | |
| //Path to a file. | |
| GDAL_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| GDAL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib | |
| //Root directory of GEOS distribution | |
| GEOS_DIR:PATH= | |
| //Path to a file. | |
| GEOS_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //No help, variable specified on the command line. | |
| GEOS_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/geos.lib | |
| //Path to a library. | |
| GEOS_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/geos.lib | |
| //Path to a file. | |
| GLCORE_GLCOREARB_HEADER:PATH=GLCORE_GLCOREARB_HEADER-NOTFOUND | |
| //Set to ON to install osgearth to the path defined in the OSG_DIR | |
| INSTALL_TO_OSG_DIR:BOOL=OFF | |
| //Root folder of LevelDB distribution | |
| LEVELDB_DIR:PATH= | |
| //Path to a file. | |
| LEVELDB_INCLUDE_DIR:PATH=LEVELDB_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| LEVELDB_LIBRARY:FILEPATH=LEVELDB_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| LEVELDB_LIBRARY_DEBUG:FILEPATH=LEVELDB_LIBRARY_DEBUG-NOTFOUND | |
| //Link osgEarth against static GDAL and cURL, including static | |
| // OpenSSL, Proj4, JPEG, PNG, and TIFF. | |
| NRL_STATIC_LIBRARIES:BOOL=OFF | |
| //OpenGL library for win32 | |
| OPENGL_gl_LIBRARY:STRING=opengl32 | |
| //GLU library for win32 | |
| OPENGL_glu_LIBRARY:STRING=glu32 | |
| //Path to a library. | |
| OPENTHREADS_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib | |
| //Path to a library. | |
| OPENTHREADS_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib | |
| //Path to a library. | |
| OSGDB_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib | |
| //Path to a library. | |
| OSGDB_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib | |
| //Value Computed by CMake | |
| OSGEARTH_APPLICATIONS_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg/src/applications | |
| //Value Computed by CMake | |
| OSGEARTH_APPLICATIONS_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/applications | |
| //Value Computed by CMake | |
| OSGEARTH_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg | |
| //Enable IPhoneSDK Device support | |
| OSGEARTH_BUILD_PLATFORM_IPHONE:BOOL=OFF | |
| //Enable IPhoneSDK Simulator support | |
| OSGEARTH_BUILD_PLATFORM_IPHONE_SIMULATOR:BOOL=OFF | |
| //Embeds the GIT SHA in the version code | |
| OSGEARTH_EMBED_GIT_SHA:BOOL=OFF | |
| //Set to ON to build optional FastDXT image compressor. | |
| OSGEARTH_ENABLE_FASTDXT:BOOL=OFF | |
| //Use NVTT, if available, to generate texture mipmaps on the CPU | |
| OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS:BOOL=OFF | |
| //Whether to deploy GLSL shaders when doing a Make INSTALL | |
| OSGEARTH_INSTALL_SHADERS:BOOL=OFF | |
| //Value Computed by CMake | |
| OSGEARTH_PLUGINS_MASTER_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg/src/osgEarthDrivers | |
| //Value Computed by CMake | |
| OSGEARTH_PLUGINS_MASTER_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/osgEarthDrivers | |
| //Enable to use Qt (build Qt-dependent libraries, plugins and examples) | |
| OSGEARTH_QT_BUILD:BOOL=OFF | |
| //Build the legacy Qt widgets | |
| OSGEARTH_QT_BUILD_LEGACY_WIDGETS:BOOL=OFF | |
| //Qt version to use | |
| OSGEARTH_QT_VERSION:STRING=5 | |
| //Value Computed by CMake | |
| OSGEARTH_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f | |
| //Value Computed by CMake | |
| OSGEARTH_TESTS_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg/src/tests | |
| //Value Computed by CMake | |
| OSGEARTH_TESTS_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/tests | |
| //Whether to use the WinInet library for HTTP requests (instead | |
| // of cURL) | |
| OSGEARTH_USE_WININET_FOR_HTTP:BOOL=OFF | |
| //Path to a library. | |
| OSGFX_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib | |
| //Path to a library. | |
| OSGFX_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib | |
| //Path to a library. | |
| OSGGA_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib | |
| //Path to a library. | |
| OSGGA_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib | |
| //Path to a library. | |
| OSGMANIPULATOR_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib | |
| //Path to a library. | |
| OSGMANIPULATOR_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgManipulatord.lib | |
| //Path to a library. | |
| OSGPARTICLE_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgParticle.lib | |
| //Path to a library. | |
| OSGPARTICLE_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgParticled.lib | |
| //Path to a library. | |
| OSGQT_LIBRARY:FILEPATH=OSGQT_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| OSGQT_LIBRARY_DEBUG:FILEPATH=OSGQT_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGSHADOW_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib | |
| //Path to a library. | |
| OSGSHADOW_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgShadowd.lib | |
| //Path to a library. | |
| OSGSIM_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib | |
| //Path to a library. | |
| OSGSIM_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib | |
| //Path to a library. | |
| OSGTERRAIN_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib | |
| //Path to a library. | |
| OSGTERRAIN_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib | |
| //Path to a library. | |
| OSGTEXT_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib | |
| //Path to a library. | |
| OSGTEXT_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib | |
| //Path to a library. | |
| OSGUTIL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib | |
| //Path to a library. | |
| OSGUTIL_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib | |
| //Path to a library. | |
| OSGVIEWER_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib | |
| //Path to a library. | |
| OSGVIEWER_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib | |
| //Path to a library. | |
| OSGWIDGET_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgWidget.lib | |
| //Path to a library. | |
| OSGWIDGET_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgWidgetd.lib | |
| //Set to base OpenSceneGraph install path | |
| OSG_DIR:PATH= | |
| //Path to a file. | |
| OSG_GEN_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a file. | |
| OSG_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| OSG_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib | |
| //Path to a library. | |
| OSG_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib | |
| OSG_PLUGINS:STRING= | |
| //Set to base Poco install path | |
| POCO_DIR:PATH= | |
| //Path to a library. | |
| POCO_FOUNDATION_LIBRARY:FILEPATH=POCO_FOUNDATION_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_FOUNDATION_LIBRARY_DEBUG:FILEPATH=POCO_FOUNDATION_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| POCO_INCLUDE_DIR:PATH=POCO_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| POCO_NET_LIBRARY:FILEPATH=POCO_NET_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_NET_LIBRARY_DEBUG:FILEPATH=POCO_NET_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| POCO_UTIL_LIBRARY:FILEPATH=POCO_UTIL_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_UTIL_LIBRARY_DEBUG:FILEPATH=POCO_UTIL_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| Protobuf_INCLUDE_DIR:PATH=Protobuf_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LIBRARY_DEBUG:FILEPATH=Protobuf_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LIBRARY_RELEASE:FILEPATH=Protobuf_LIBRARY_RELEASE-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LITE_LIBRARY_DEBUG:FILEPATH=Protobuf_LITE_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LITE_LIBRARY_RELEASE:FILEPATH=Protobuf_LITE_LIBRARY_RELEASE-NOTFOUND | |
| //The Google Protocol Buffers Compiler | |
| Protobuf_PROTOC_EXECUTABLE:FILEPATH=Protobuf_PROTOC_EXECUTABLE-NOTFOUND | |
| //Path to a library. | |
| Protobuf_PROTOC_LIBRARY_DEBUG:FILEPATH=Protobuf_PROTOC_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_PROTOC_LIBRARY_RELEASE:FILEPATH=Protobuf_PROTOC_LIBRARY_RELEASE-NOTFOUND | |
| //Path to a file. | |
| Protobuf_SRC_ROOT_FOLDER:PATH=Protobuf_SRC_ROOT_FOLDER-NOTFOUND | |
| //Root directory of RocksDB distribution | |
| ROCKSDB_DIR:PATH= | |
| //Path to a file. | |
| ROCKSDB_INCLUDE_DIR:PATH=ROCKSDB_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| ROCKSDB_LIBRARY:FILEPATH=ROCKSDB_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| ROCKSDB_LIBRARY_DEBUG:FILEPATH=ROCKSDB_LIBRARY_DEBUG-NOTFOUND | |
| //Location of SilverLining SDK | |
| SILVERLINING_DIR:PATH= | |
| //Path to a file. | |
| SILVERLINING_INCLUDE_DIR:PATH=SILVERLINING_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| SILVERLINING_LIBRARY:FILEPATH=SILVERLINING_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| SILVERLINING_LIBRARY_DEBUG:FILEPATH=SILVERLINING_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| SQLITE3_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| SQLITE3_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib | |
| //OSG 3rd-party dependency folder | |
| THIRD_PARTY_DIR:PATH= | |
| //Location of Triton SDK | |
| TRITON_DIR:PATH= | |
| //Path to a file. | |
| TRITON_INCLUDE_DIR:PATH=TRITON_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| TRITON_LIBRARY:FILEPATH=TRITON_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| TRITON_LIBRARY_DEBUG:FILEPATH=TRITON_LIBRARY_DEBUG-NOTFOUND | |
| //Set to ON to build OSGEARTH with stlport instead of the default | |
| // STL library. | |
| USE_STLPORT:BOOL=OFF | |
| //Automatically copy dependencies into the output directory for | |
| // executables. | |
| VCPKG_APPLOCAL_DEPS:BOOL=OFF | |
| //No help, variable specified on the command line. | |
| VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/Users/battl/OneDrive/Documents/Work/vcpkg/scripts/toolchains/windows.cmake | |
| //No help, variable specified on the command line. | |
| VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_LINKER_FLAGS:UNINITIALIZED= | |
| //Vcpkg target triplet (ex. x86-windows) | |
| VCPKG_TARGET_TRIPLET:STRING=x64-windows | |
| //Set to ON to build osgEarth with the /MP option (Visual Studio | |
| // 2005 and above). | |
| WIN32_USE_MP:BOOL=OFF | |
| //Use bundled or system wide version of Duktape | |
| WITH_EXTERNAL_DUKTAPE:BOOL=FALSE | |
| //Use bundled or system wide version of TinyXML | |
| WITH_EXTERNAL_TINYXML:BOOL=FALSE | |
| //Dependencies for the target | |
| osgEarthAnnotation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgManipulatord.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgEarthFeatures_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgEarthSplat_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation;general;osgEarthUtil;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgManipulatord.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgShadowd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgEarthSymbology_LIB_DEPENDS:STATIC=general;osgEarth;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgWidget.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgWidgetd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/geos.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/geos.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgEarthUtil_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgManipulatord.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgShadowd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgEarth_LIB_DEPENDS:STATIC=general;ws2_32;general;winmm;general;wldap32;general;psapi;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgUtild.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgSimd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTerraind.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgDBd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgFXd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgViewerd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgTextd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgGAd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgShadowd.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/libcurl.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/osgManipulatord.lib;general;opengl32;general;glu32;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/OpenThreadsd.lib; | |
| //Dependencies for the target | |
| osgdb_earth_LIB_DEPENDS:STATIC=general;osgEarth;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_kml_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;osgEarthAnnotation;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_osgearth_agglite_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_arcgis_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_bing_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_bumpmap_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_cache_filesystem_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_colorramp_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_debug_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_detail_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_engine_mp_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_engine_rex_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_elevation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_ogr_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_tfs_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_wfs_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_xyz_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_featurefilter_intersect_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_featurefilter_join_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_gdal_LIB_DEPENDS:STATIC=general;osgEarth;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_label_annotation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation; | |
| //Dependencies for the target | |
| osgdb_osgearth_mapinspector_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_mask_feature_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_mbtiles_LIB_DEPENDS:STATIC=general;osgEarth;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_model_feature_geom_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_model_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_monitor_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation; | |
| //Dependencies for the target | |
| osgdb_osgearth_ocean_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_osg_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_scriptengine_javascript_LIB_DEPENDS:STATIC=general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_sky_gl_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_sky_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_skyview_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_terrainshader_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_tileindex_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_tilepackage_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_tms_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm2008_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm84_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm96_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_viewpoints_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_vpb_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_wcs_LIB_DEPENDS:STATIC=general;osgEarth;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_osgearth_wms_LIB_DEPENDS:STATIC=general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_xyz_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_template_LIB_DEPENDS:STATIC=general;osgEarth; | |
| ######################## | |
| # INTERNAL cache entries | |
| ######################## | |
| //This is the directory where this CMakeCache.txt was created | |
| CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-dbg | |
| //Major version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | |
| //Minor version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 | |
| //Patch version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 | |
| //Path to CMake executable. | |
| CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe | |
| //Path to cpack program executable. | |
| CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe | |
| //Path to ctest program executable. | |
| CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS | |
| CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
| CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
| CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
| CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
| CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES | |
| CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS | |
| CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
| CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
| CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
| CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
| CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES | |
| CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 | |
| //Executable file format | |
| CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
| CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
| CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
| CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //Name of external makefile project generator. | |
| CMAKE_EXTRA_GENERATOR:INTERNAL= | |
| //Name of generator. | |
| CMAKE_GENERATOR:INTERNAL=Visual Studio 14 2015 Win64 | |
| //Name of generator platform. | |
| CMAKE_GENERATOR_PLATFORM:INTERNAL= | |
| //Name of generator toolset. | |
| CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
| //Have include pthread.h | |
| CMAKE_HAVE_PTHREAD_H:INTERNAL= | |
| //Source directory with the top level CMakeLists.txt file for this | |
| // project | |
| CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f | |
| //ADVANCED property for variable: CMAKE_LINKER | |
| CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
| CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
| CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
| CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //number of local generators | |
| CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=126 | |
| //Platform information initialized | |
| CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_COMPILER | |
| CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 | |
| CMAKE_RC_COMPILER_WORKS:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS | |
| CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG | |
| CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL | |
| CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE | |
| CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO | |
| CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //Path to CMake installation. | |
| CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.10 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
| CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
| CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
| CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
| CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SKIP_RPATH | |
| CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | |
| CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | |
| CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | |
| CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE | |
| CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
| CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_7Z | |
| CPACK_BINARY_7Z-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_IFW | |
| CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_NSIS | |
| CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_WIX | |
| CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_ZIP | |
| CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_SOURCE_7Z | |
| CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_SOURCE_ZIP | |
| CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_INCLUDE_DIR | |
| CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_IS_STATIC | |
| CURL_IS_STATIC-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_LIBRARY | |
| CURL_LIBRARY-ADVANCED:INTERNAL=1 | |
| //Details about finding CURL | |
| FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/libcurl.lib][C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include][v7.59.0-DEV()] | |
| //Details about finding OpenGL | |
| FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()] | |
| //Details about finding Threads | |
| FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
| //ADVANCED property for variable: GLCORE_GLCOREARB_HEADER | |
| GLCORE_GLCOREARB_HEADER-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OPENGL_gl_LIBRARY | |
| OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OPENGL_glu_LIBRARY | |
| OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 | |
| //Flag to track whether this is the first time running CMake or | |
| // if CMake has been configured before | |
| OSGEARTH_CONFIG_HAS_BEEN_RUN_BEFORE:INTERNAL=1 | |
| //ADVANCED property for variable: OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS | |
| OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OSG_PLUGINS | |
| OSG_PLUGINS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_INCLUDE_DIR | |
| Protobuf_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LIBRARY_DEBUG | |
| Protobuf_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LIBRARY_RELEASE | |
| Protobuf_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LITE_LIBRARY_DEBUG | |
| Protobuf_LITE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LITE_LIBRARY_RELEASE | |
| Protobuf_LITE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_EXECUTABLE | |
| Protobuf_PROTOC_EXECUTABLE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_DEBUG | |
| Protobuf_PROTOC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_RELEASE | |
| Protobuf_PROTOC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: WIN32_USE_MP | |
| WIN32_USE_MP-ADVANCED:INTERNAL=1 | |
| //Vcpkg root directory | |
| _VCPKG_ROOT_DIR:INTERNAL=C:/Users/battl/OneDrive/Documents/Work/vcpkg | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is the CMakeCache file. | |
| # For build in directory: c:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel | |
| # It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe | |
| # You can edit this file to change values found and used by cmake. | |
| # If you do not want to change any of the values, simply exit the editor. | |
| # If you do want to change a value, simply edit, save, and exit the editor. | |
| # The syntax for the file is as follows: | |
| # KEY:TYPE=VALUE | |
| # KEY is the name of a variable in the cache. | |
| # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | |
| # VALUE is the current value for the KEY. | |
| ######################## | |
| # EXTERNAL cache entries | |
| ######################## | |
| //Append the OSG version number to the osgPlugins directory | |
| APPEND_OPENSCENEGRAPH_VERSION:BOOL=ON | |
| //Enable build of Applications | |
| BUILD_APPLICATIONS:BOOL=ON | |
| //Enable to build osgEarth Examples | |
| BUILD_OSGEARTH_EXAMPLES:BOOL=ON | |
| //No help, variable specified on the command line. | |
| BUILD_SHARED_LIBS:UNINITIALIZED=ON | |
| //Enable build of Tests | |
| BUILD_TESTS:BOOL=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_BUILD_TYPE:UNINITIALIZED=Release | |
| //Semicolon separated list of supported configuration types, only | |
| // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything | |
| // else will be ignored. | |
| CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo | |
| CMAKE_CXX_FLAGS:STRING=' /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP ' | |
| CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' | |
| //Flags used by the compiler during release builds for minimum | |
| // size. | |
| CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG | |
| CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' | |
| //Flags used by the compiler during release builds with debug info. | |
| CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG | |
| //Libraries linked by default with all C++ applications. | |
| CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib | |
| CMAKE_C_FLAGS:STRING=' /DWIN32 /D_WINDOWS /W3 /utf-8 /MP ' | |
| CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' | |
| //Flags used by the compiler during release builds for minimum | |
| // size. | |
| CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG | |
| CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' | |
| //Flags used by the compiler during release builds with debug info. | |
| CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG | |
| //Libraries linked by default with all C applications. | |
| CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib | |
| //add a postfix, usually d on windows | |
| CMAKE_DEBUG_POSTFIX:STRING=d | |
| //No help, variable specified on the command line. | |
| CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON | |
| //Flags used by the linker. | |
| CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //No help, variable specified on the command line. | |
| CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //No help, variable specified on the command line. | |
| CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON | |
| //You may add additional search paths here. Use ; to separate multiple | |
| // paths. | |
| CMAKE_INCLUDE_PATH:STRING= | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_BINDIR:STRING=bin | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_LIBDIR:STRING=lib | |
| //Install path prefix, prepended onto install directories. | |
| CMAKE_INSTALL_PREFIX:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/packages/osgearth_x64-windows | |
| //No help, variable specified on the command line. | |
| CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE | |
| //You may add additional search paths here. Use ; to separate multiple | |
| // paths. | |
| CMAKE_LIBRARY_PATH:STRING=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/manual-link | |
| //Path to a program. | |
| CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/link.exe | |
| //add a postfix, usually empty on windows | |
| CMAKE_MINSIZEREL_POSTFIX:STRING=s | |
| //Flags used by the linker during the creation of modules. | |
| CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| //Flags used by the linker during release builds. | |
| CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //(EXPERIMENTAL) You may add additional search paths here. Use | |
| // ; to separate multiple paths. | |
| CMAKE_PREFIX_PATH:STRING=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows | |
| //Value Computed by CMake | |
| CMAKE_PROJECT_NAME:STATIC=OSGEARTH | |
| //RC compiler | |
| CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/8.1/bin/x64/rc.exe | |
| //Flags for Windows Resource Compiler. | |
| CMAKE_RC_FLAGS:STRING=/DWIN32 | |
| //Flags for Windows Resource Compiler during debug builds. | |
| CMAKE_RC_FLAGS_DEBUG:STRING=/D_DEBUG | |
| //Flags for Windows Resource Compiler during release builds for | |
| // minimum size. | |
| CMAKE_RC_FLAGS_MINSIZEREL:STRING= | |
| //Flags for Windows Resource Compiler during release builds. | |
| CMAKE_RC_FLAGS_RELEASE:STRING= | |
| //Flags for Windows Resource Compiler during release builds with | |
| // debug info. | |
| CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= | |
| //add a postfix, usually empty on windows | |
| CMAKE_RELEASE_POSTFIX:STRING= | |
| //add a postfix, usually empty on windows | |
| CMAKE_RELWITHDEBINFO_POSTFIX:STRING=rd | |
| //Flags used by the linker during the creation of dll's. | |
| CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO | |
| CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL | |
| //If set, runtime paths are not added when installing shared libraries, | |
| // but are added when building. | |
| CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
| //If set, runtime paths are not added when using shared libraries. | |
| CMAKE_SKIP_RPATH:BOOL=NO | |
| //Flags used by the linker during the creation of static libraries. | |
| CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 | |
| //Flags used by the linker during debug builds. | |
| CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
| //Flags used by the linker during release minsize builds. | |
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
| //Flags used by the linker during release builds. | |
| CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
| //Flags used by the linker during Release with Debug Info builds. | |
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
| //Windows SDK version | |
| CMAKE_SYSTEM_VERSION:STRING=8.1 | |
| //The CMake toolchain file | |
| CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/scripts/buildsystems/vcpkg.cmake | |
| //If this value is on, makefiles will be generated without the | |
| // .SILENT directive, and all commands will be echoed to the console | |
| // during the make. This is useful for debugging only. With Visual | |
| // Studio IDE projects all commands are done without /nologo. | |
| CMAKE_VERBOSE_MAKEFILE:BOOL=ON | |
| //Enable to build 7-Zip packages | |
| CPACK_BINARY_7Z:BOOL=OFF | |
| //Enable to build IFW packages | |
| CPACK_BINARY_IFW:BOOL=OFF | |
| //Enable to build NSIS packages | |
| CPACK_BINARY_NSIS:BOOL=ON | |
| //Enable to build WiX packages | |
| CPACK_BINARY_WIX:BOOL=OFF | |
| //Enable to build ZIP packages | |
| CPACK_BINARY_ZIP:BOOL=OFF | |
| //Enable to build 7-Zip source packages | |
| CPACK_SOURCE_7Z:BOOL=ON | |
| //Enable to build ZIP source packages | |
| CPACK_SOURCE_ZIP:BOOL=ON | |
| //Path to a file. | |
| CURL_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //on if curl is a static lib | |
| CURL_IS_STATIC:BOOL=ON | |
| //Path to a library. | |
| CURL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/libcurl.lib | |
| //Set to ON to build OSGEARTH for dynamic linking. Use OFF for | |
| // static. | |
| DYNAMIC_OSGEARTH:BOOL=ON | |
| //Root folder of GDAL dependency | |
| GDAL_DIR:PATH= | |
| //Path to a file. | |
| GDAL_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| GDAL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib | |
| //Root directory of GEOS distribution | |
| GEOS_DIR:PATH= | |
| //Path to a file. | |
| GEOS_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //No help, variable specified on the command line. | |
| GEOS_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/geos.lib | |
| //Path to a library. | |
| GEOS_LIBRARY_DEBUG:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/geos.lib | |
| //Path to a file. | |
| GLCORE_GLCOREARB_HEADER:PATH=GLCORE_GLCOREARB_HEADER-NOTFOUND | |
| //Set to ON to install osgearth to the path defined in the OSG_DIR | |
| INSTALL_TO_OSG_DIR:BOOL=OFF | |
| //Root folder of LevelDB distribution | |
| LEVELDB_DIR:PATH= | |
| //Path to a file. | |
| LEVELDB_INCLUDE_DIR:PATH=LEVELDB_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| LEVELDB_LIBRARY:FILEPATH=LEVELDB_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| LEVELDB_LIBRARY_DEBUG:FILEPATH=LEVELDB_LIBRARY_DEBUG-NOTFOUND | |
| //Link osgEarth against static GDAL and cURL, including static | |
| // OpenSSL, Proj4, JPEG, PNG, and TIFF. | |
| NRL_STATIC_LIBRARIES:BOOL=OFF | |
| //OpenGL library for win32 | |
| OPENGL_gl_LIBRARY:STRING=opengl32 | |
| //GLU library for win32 | |
| OPENGL_glu_LIBRARY:STRING=glu32 | |
| //Path to a library. | |
| OPENTHREADS_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib | |
| //Path to a library. | |
| OPENTHREADS_LIBRARY_DEBUG:FILEPATH=OPENTHREADS_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGDB_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib | |
| //Path to a library. | |
| OSGDB_LIBRARY_DEBUG:FILEPATH=OSGDB_LIBRARY_DEBUG-NOTFOUND | |
| //Value Computed by CMake | |
| OSGEARTH_APPLICATIONS_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel/src/applications | |
| //Value Computed by CMake | |
| OSGEARTH_APPLICATIONS_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/applications | |
| //Value Computed by CMake | |
| OSGEARTH_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel | |
| //Enable IPhoneSDK Device support | |
| OSGEARTH_BUILD_PLATFORM_IPHONE:BOOL=OFF | |
| //Enable IPhoneSDK Simulator support | |
| OSGEARTH_BUILD_PLATFORM_IPHONE_SIMULATOR:BOOL=OFF | |
| //Embeds the GIT SHA in the version code | |
| OSGEARTH_EMBED_GIT_SHA:BOOL=OFF | |
| //Set to ON to build optional FastDXT image compressor. | |
| OSGEARTH_ENABLE_FASTDXT:BOOL=OFF | |
| //Use NVTT, if available, to generate texture mipmaps on the CPU | |
| OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS:BOOL=OFF | |
| //Whether to deploy GLSL shaders when doing a Make INSTALL | |
| OSGEARTH_INSTALL_SHADERS:BOOL=OFF | |
| //Value Computed by CMake | |
| OSGEARTH_PLUGINS_MASTER_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel/src/osgEarthDrivers | |
| //Value Computed by CMake | |
| OSGEARTH_PLUGINS_MASTER_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/osgEarthDrivers | |
| //Enable to use Qt (build Qt-dependent libraries, plugins and examples) | |
| OSGEARTH_QT_BUILD:BOOL=OFF | |
| //Build the legacy Qt widgets | |
| OSGEARTH_QT_BUILD_LEGACY_WIDGETS:BOOL=OFF | |
| //Qt version to use | |
| OSGEARTH_QT_VERSION:STRING=5 | |
| //Value Computed by CMake | |
| OSGEARTH_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f | |
| //Value Computed by CMake | |
| OSGEARTH_TESTS_BINARY_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel/src/tests | |
| //Value Computed by CMake | |
| OSGEARTH_TESTS_SOURCE_DIR:STATIC=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f/src/tests | |
| //Whether to use the WinInet library for HTTP requests (instead | |
| // of cURL) | |
| OSGEARTH_USE_WININET_FOR_HTTP:BOOL=OFF | |
| //Path to a library. | |
| OSGFX_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib | |
| //Path to a library. | |
| OSGFX_LIBRARY_DEBUG:FILEPATH=OSGFX_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGGA_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib | |
| //Path to a library. | |
| OSGGA_LIBRARY_DEBUG:FILEPATH=OSGGA_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGMANIPULATOR_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib | |
| //Path to a library. | |
| OSGMANIPULATOR_LIBRARY_DEBUG:FILEPATH=OSGMANIPULATOR_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGPARTICLE_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgParticle.lib | |
| //Path to a library. | |
| OSGPARTICLE_LIBRARY_DEBUG:FILEPATH=OSGPARTICLE_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGQT_LIBRARY:FILEPATH=OSGQT_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| OSGQT_LIBRARY_DEBUG:FILEPATH=OSGQT_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGSHADOW_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib | |
| //Path to a library. | |
| OSGSHADOW_LIBRARY_DEBUG:FILEPATH=OSGSHADOW_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGSIM_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib | |
| //Path to a library. | |
| OSGSIM_LIBRARY_DEBUG:FILEPATH=OSGSIM_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGTERRAIN_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib | |
| //Path to a library. | |
| OSGTERRAIN_LIBRARY_DEBUG:FILEPATH=OSGTERRAIN_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGTEXT_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib | |
| //Path to a library. | |
| OSGTEXT_LIBRARY_DEBUG:FILEPATH=OSGTEXT_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGUTIL_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib | |
| //Path to a library. | |
| OSGUTIL_LIBRARY_DEBUG:FILEPATH=OSGUTIL_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGVIEWER_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib | |
| //Path to a library. | |
| OSGVIEWER_LIBRARY_DEBUG:FILEPATH=OSGVIEWER_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| OSGWIDGET_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgWidget.lib | |
| //Path to a library. | |
| OSGWIDGET_LIBRARY_DEBUG:FILEPATH=OSGWIDGET_LIBRARY_DEBUG-NOTFOUND | |
| //Set to base OpenSceneGraph install path | |
| OSG_DIR:PATH= | |
| //Path to a file. | |
| OSG_GEN_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a file. | |
| OSG_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| OSG_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib | |
| //Path to a library. | |
| OSG_LIBRARY_DEBUG:FILEPATH=OSG_LIBRARY_DEBUG-NOTFOUND | |
| OSG_PLUGINS:STRING= | |
| //Set to base Poco install path | |
| POCO_DIR:PATH= | |
| //Path to a library. | |
| POCO_FOUNDATION_LIBRARY:FILEPATH=POCO_FOUNDATION_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_FOUNDATION_LIBRARY_DEBUG:FILEPATH=POCO_FOUNDATION_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| POCO_INCLUDE_DIR:PATH=POCO_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| POCO_NET_LIBRARY:FILEPATH=POCO_NET_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_NET_LIBRARY_DEBUG:FILEPATH=POCO_NET_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| POCO_UTIL_LIBRARY:FILEPATH=POCO_UTIL_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| POCO_UTIL_LIBRARY_DEBUG:FILEPATH=POCO_UTIL_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| Protobuf_INCLUDE_DIR:PATH=Protobuf_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LIBRARY_DEBUG:FILEPATH=Protobuf_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LIBRARY_RELEASE:FILEPATH=Protobuf_LIBRARY_RELEASE-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LITE_LIBRARY_DEBUG:FILEPATH=Protobuf_LITE_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_LITE_LIBRARY_RELEASE:FILEPATH=Protobuf_LITE_LIBRARY_RELEASE-NOTFOUND | |
| //The Google Protocol Buffers Compiler | |
| Protobuf_PROTOC_EXECUTABLE:FILEPATH=Protobuf_PROTOC_EXECUTABLE-NOTFOUND | |
| //Path to a library. | |
| Protobuf_PROTOC_LIBRARY_DEBUG:FILEPATH=Protobuf_PROTOC_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a library. | |
| Protobuf_PROTOC_LIBRARY_RELEASE:FILEPATH=Protobuf_PROTOC_LIBRARY_RELEASE-NOTFOUND | |
| //Path to a file. | |
| Protobuf_SRC_ROOT_FOLDER:PATH=Protobuf_SRC_ROOT_FOLDER-NOTFOUND | |
| //Root directory of RocksDB distribution | |
| ROCKSDB_DIR:PATH= | |
| //Path to a file. | |
| ROCKSDB_INCLUDE_DIR:PATH=ROCKSDB_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| ROCKSDB_LIBRARY:FILEPATH=ROCKSDB_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| ROCKSDB_LIBRARY_DEBUG:FILEPATH=ROCKSDB_LIBRARY_DEBUG-NOTFOUND | |
| //Location of SilverLining SDK | |
| SILVERLINING_DIR:PATH= | |
| //Path to a file. | |
| SILVERLINING_INCLUDE_DIR:PATH=SILVERLINING_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| SILVERLINING_LIBRARY:FILEPATH=SILVERLINING_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| SILVERLINING_LIBRARY_DEBUG:FILEPATH=SILVERLINING_LIBRARY_DEBUG-NOTFOUND | |
| //Path to a file. | |
| SQLITE3_INCLUDE_DIR:PATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include | |
| //Path to a library. | |
| SQLITE3_LIBRARY:FILEPATH=C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/sqlite3.lib | |
| //OSG 3rd-party dependency folder | |
| THIRD_PARTY_DIR:PATH= | |
| //Location of Triton SDK | |
| TRITON_DIR:PATH= | |
| //Path to a file. | |
| TRITON_INCLUDE_DIR:PATH=TRITON_INCLUDE_DIR-NOTFOUND | |
| //Path to a library. | |
| TRITON_LIBRARY:FILEPATH=TRITON_LIBRARY-NOTFOUND | |
| //Path to a library. | |
| TRITON_LIBRARY_DEBUG:FILEPATH=TRITON_LIBRARY_DEBUG-NOTFOUND | |
| //Set to ON to build OSGEARTH with stlport instead of the default | |
| // STL library. | |
| USE_STLPORT:BOOL=OFF | |
| //Automatically copy dependencies into the output directory for | |
| // executables. | |
| VCPKG_APPLOCAL_DEPS:BOOL=OFF | |
| //No help, variable specified on the command line. | |
| VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/Users/battl/OneDrive/Documents/Work/vcpkg/scripts/toolchains/windows.cmake | |
| //No help, variable specified on the command line. | |
| VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= | |
| //No help, variable specified on the command line. | |
| VCPKG_LINKER_FLAGS:UNINITIALIZED= | |
| //Vcpkg target triplet (ex. x86-windows) | |
| VCPKG_TARGET_TRIPLET:STRING=x64-windows | |
| //Set to ON to build osgEarth with the /MP option (Visual Studio | |
| // 2005 and above). | |
| WIN32_USE_MP:BOOL=OFF | |
| //Use bundled or system wide version of Duktape | |
| WITH_EXTERNAL_DUKTAPE:BOOL=FALSE | |
| //Use bundled or system wide version of TinyXML | |
| WITH_EXTERNAL_TINYXML:BOOL=FALSE | |
| //Dependencies for the target | |
| osgEarthAnnotation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgEarthFeatures_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgEarthSplat_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgEarthSymbology_LIB_DEPENDS:STATIC=general;osgEarth;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgWidget.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;optimized;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/geos.lib;debug;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/debug/lib/geos.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgEarthUtil_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgEarth_LIB_DEPENDS:STATIC=general;ws2_32;general;winmm;general;wldap32;general;psapi;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osg.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgUtil.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgSim.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgTerrain.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgDB.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgFX.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgViewer.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgText.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgGA.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgShadow.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/libcurl.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/osgManipulator.lib;general;opengl32;general;glu32;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/OpenThreads.lib; | |
| //Dependencies for the target | |
| osgdb_earth_LIB_DEPENDS:STATIC=general;osgEarth;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_kml_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;osgEarthAnnotation;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_osgearth_agglite_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_arcgis_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_bing_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_bumpmap_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_cache_filesystem_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_colorramp_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_debug_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_detail_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_engine_mp_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_engine_rex_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthSymbology;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_elevation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_ogr_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_tfs_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_wfs_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_feature_xyz_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_featurefilter_intersect_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_featurefilter_join_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_gdal_LIB_DEPENDS:STATIC=general;osgEarth;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/gdal.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_label_annotation_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation; | |
| //Dependencies for the target | |
| osgdb_osgearth_mapinspector_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_mask_feature_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_mbtiles_LIB_DEPENDS:STATIC=general;osgEarth;general;C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/sqlite3.lib; | |
| //Dependencies for the target | |
| osgdb_osgearth_model_feature_geom_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_model_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_monitor_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthAnnotation; | |
| //Dependencies for the target | |
| osgdb_osgearth_ocean_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_osg_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_scriptengine_javascript_LIB_DEPENDS:STATIC=general;osgEarthFeatures;general;osgEarthSymbology; | |
| //Dependencies for the target | |
| osgdb_osgearth_sky_gl_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_sky_simple_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_skyview_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_terrainshader_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_tileindex_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthFeatures;general;osgEarthSymbology;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_tilepackage_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_tms_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm2008_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm84_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_vdatum_egm96_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_viewpoints_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_vpb_LIB_DEPENDS:STATIC=general;osgEarth; | |
| //Dependencies for the target | |
| osgdb_osgearth_wcs_LIB_DEPENDS:STATIC=general;osgEarth;general;ws2_32;general;winmm; | |
| //Dependencies for the target | |
| osgdb_osgearth_wms_LIB_DEPENDS:STATIC=general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_osgearth_xyz_LIB_DEPENDS:STATIC=general;osgEarth;general;osgEarthUtil; | |
| //Dependencies for the target | |
| osgdb_template_LIB_DEPENDS:STATIC=general;osgEarth; | |
| ######################## | |
| # INTERNAL cache entries | |
| ######################## | |
| //This is the directory where this CMakeCache.txt was created | |
| CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/x64-windows-rel | |
| //Major version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | |
| //Minor version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 | |
| //Patch version of cmake used to create the current loaded cache | |
| CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 | |
| //Path to CMake executable. | |
| CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe | |
| //Path to cpack program executable. | |
| CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe | |
| //Path to ctest program executable. | |
| CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS | |
| CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
| CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
| CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
| CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
| CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES | |
| CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS | |
| CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
| CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
| CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
| CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
| CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES | |
| CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 | |
| //Executable file format | |
| CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
| CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
| CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
| CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //Name of external makefile project generator. | |
| CMAKE_EXTRA_GENERATOR:INTERNAL= | |
| //Name of generator. | |
| CMAKE_GENERATOR:INTERNAL=Visual Studio 14 2015 Win64 | |
| //Name of generator platform. | |
| CMAKE_GENERATOR_PLATFORM:INTERNAL= | |
| //Name of generator toolset. | |
| CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
| //Have include pthread.h | |
| CMAKE_HAVE_PTHREAD_H:INTERNAL= | |
| //Source directory with the top level CMakeLists.txt file for this | |
| // project | |
| CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/battl/OneDrive/Documents/Work/vcpkg/buildtrees/osgearth/src/osgearth-d06e47995620674900d96eb694ff4866a29a9d4f | |
| //ADVANCED property for variable: CMAKE_LINKER | |
| CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
| CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
| CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
| CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //number of local generators | |
| CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=126 | |
| //Platform information initialized | |
| CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_COMPILER | |
| CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 | |
| CMAKE_RC_COMPILER_WORKS:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS | |
| CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG | |
| CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL | |
| CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE | |
| CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO | |
| CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //Path to CMake installation. | |
| CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.10 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
| CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
| CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
| CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
| CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_SKIP_RPATH | |
| CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | |
| CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | |
| CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | |
| CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | |
| CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | |
| CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE | |
| CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
| CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_7Z | |
| CPACK_BINARY_7Z-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_IFW | |
| CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_NSIS | |
| CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_WIX | |
| CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_BINARY_ZIP | |
| CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_SOURCE_7Z | |
| CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CPACK_SOURCE_ZIP | |
| CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_INCLUDE_DIR | |
| CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_IS_STATIC | |
| CURL_IS_STATIC-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: CURL_LIBRARY | |
| CURL_LIBRARY-ADVANCED:INTERNAL=1 | |
| //Details about finding CURL | |
| FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/lib/libcurl.lib][C:/Users/battl/OneDrive/Documents/Work/vcpkg/installed/x64-windows/include][v7.59.0-DEV()] | |
| //Details about finding OpenGL | |
| FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()] | |
| //Details about finding Threads | |
| FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
| //ADVANCED property for variable: GLCORE_GLCOREARB_HEADER | |
| GLCORE_GLCOREARB_HEADER-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OPENGL_gl_LIBRARY | |
| OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OPENGL_glu_LIBRARY | |
| OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 | |
| //Flag to track whether this is the first time running CMake or | |
| // if CMake has been configured before | |
| OSGEARTH_CONFIG_HAS_BEEN_RUN_BEFORE:INTERNAL=1 | |
| //ADVANCED property for variable: OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS | |
| OSGEARTH_ENABLE_NVTT_CPU_MIPMAPS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: OSG_PLUGINS | |
| OSG_PLUGINS-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_INCLUDE_DIR | |
| Protobuf_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LIBRARY_DEBUG | |
| Protobuf_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LIBRARY_RELEASE | |
| Protobuf_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LITE_LIBRARY_DEBUG | |
| Protobuf_LITE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_LITE_LIBRARY_RELEASE | |
| Protobuf_LITE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_EXECUTABLE | |
| Protobuf_PROTOC_EXECUTABLE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_DEBUG | |
| Protobuf_PROTOC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_RELEASE | |
| Protobuf_PROTOC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
| //ADVANCED property for variable: WIN32_USE_MP | |
| WIN32_USE_MP-ADVANCED:INTERNAL=1 | |
| //Vcpkg root directory | |
| _VCPKG_ROOT_DIR:INTERNAL=C:/Users/battl/OneDrive/Documents/Work/vcpkg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment