diff --git a/apps/OpenSpace/CMakeLists.txt b/apps/OpenSpace/CMakeLists.txt index a346cdbe75..936ebb15b9 100644 --- a/apps/OpenSpace/CMakeLists.txt +++ b/apps/OpenSpace/CMakeLists.txt @@ -138,6 +138,7 @@ set_folder_location(tinyxml2static "External/SGCT") set_folder_location(turbojpeg-static "External/SGCT") set_folder_location(vrpn "External/SGCT") set_folder_location(zlibstatic "External/SGCT") +set_folder_location(miniziplibstatic "External/SGCT") if (UNIX AND (NOT APPLE)) target_link_libraries(OpenSpace Xcursor Xinerama X11) diff --git a/modules/webbrowser/CMakeLists.txt b/modules/webbrowser/CMakeLists.txt index 4e62c48728..10307359e7 100644 --- a/modules/webbrowser/CMakeLists.txt +++ b/modules/webbrowser/CMakeLists.txt @@ -23,6 +23,8 @@ ########################################################################################## include(${OPENSPACE_CMAKE_EXT_DIR}/module_definition.cmake) +include(${GHOUL_BASE_DIR}/support/cmake/handle_external_library.cmake) + set(WEBBROWSER_MODULE_NAME WebBrowser) set(WEBBROWSER_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "WEBBROWSER_MODULE_PATH") @@ -207,6 +209,10 @@ create_new_module( ${HEADER_FILES} ${SOURCE_FILES} ) +set_folder_location(libcef_dll_wrapper "Helper") +set_folder_location(openspace_web_helper "Helper") + + # Display CEF configuration settings. PRINT_CEF_CONFIG()