Update CMake folders

This commit is contained in:
Alexander Bock
2023-04-23 12:33:11 +02:00
parent 14675faabd
commit d0d65e4234
2 changed files with 5 additions and 1 deletions

View File

@@ -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")