mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 22:39:09 -05:00
CMake cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user