From d0d65e423402ede047c4e72d369e0db58e3da208 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Sun, 23 Apr 2023 12:33:11 +0200 Subject: [PATCH] Update CMake folders --- apps/OpenSpace/ext/sgct | 2 +- modules/globebrowsing/CMakeLists.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/OpenSpace/ext/sgct b/apps/OpenSpace/ext/sgct index 92ca9e7811..476c11ae10 160000 --- a/apps/OpenSpace/ext/sgct +++ b/apps/OpenSpace/ext/sgct @@ -1 +1 @@ -Subproject commit 92ca9e7811ab4969cc8f21a06520409f04b7a308 +Subproject commit 476c11ae10aaad5ebdb0f439cb981437ac7c08b5 diff --git a/modules/globebrowsing/CMakeLists.txt b/modules/globebrowsing/CMakeLists.txt index ada26b0819..75ec1e9e24 100644 --- a/modules/globebrowsing/CMakeLists.txt +++ b/modules/globebrowsing/CMakeLists.txt @@ -182,4 +182,8 @@ endif () # WIN32 begin_dependency("GEOS") add_subdirectory(ext/geos SYSTEM) target_link_libraries(openspace-module-globebrowsing PRIVATE geos) + +set_property(TARGET geos PROPERTY FOLDER "External") +set_property(TARGET geos_c PROPERTY FOLDER "External") +set_property(TARGET ryu PROPERTY FOLDER "External") end_dependency("GEOS")