mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Add the windows processhelper for use in linux build
This commit is contained in:
@@ -137,6 +137,9 @@ if (OS_MACOSX)
|
||||
list(APPEND WEBBROWSER_HELPER_SOURCES src/processhelpermac.cpp)
|
||||
endif()
|
||||
set(WEBBROWSER_HELPER_SOURCES_WINDOWS src/processhelperwindows.cpp)
|
||||
if (OS_LINUX)
|
||||
list(APPEND WEBBROWSER_HELPER_SOURCES src/processhelperwindows.cpp)
|
||||
endif()
|
||||
APPEND_PLATFORM_SOURCES(WEBBROWSER_HELPER_SOURCES)
|
||||
|
||||
set(WEBBROWSER_RESOURCES_MAC_SOURCES_MACOSX
|
||||
@@ -217,7 +220,6 @@ if (OS_LINUX)
|
||||
# Logical target used to link the libcef library.
|
||||
add_cef_logical_target("libcef_lib" "${CEF_LIB_DEBUG}" "${CEF_LIB_RELEASE}")
|
||||
target_link_libraries(${CEF_HELPER_TARGET} libcef_lib libcef_dll_wrapper ${CEF_STANDARD_LIBS})
|
||||
# Add the custom manifest files to the executable.
|
||||
endif (OS_LINUX)
|
||||
|
||||
set_property(TARGET ${CEF_HELPER_TARGET} PROPERTY FOLDER "Helper")
|
||||
|
||||
Reference in New Issue
Block a user