CMake cleanup

This commit is contained in:
Alexander Bock
2018-11-06 13:18:40 -05:00
parent 7a3a8a5cf6
commit 7c0268e87c
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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)
+6
View File
@@ -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()