Skip to content

Commit

Permalink
feat: remove self-defined CEF_HELPER_APP_SUFFIXES
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion authored Feb 24, 2025
1 parent dbc510c commit ca9f2c0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,6 @@ set(CefViewCore_INCLUDE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/include"
)

if(OS_MACOS)
# CEF Helper app suffixes, format: "<name suffix>:<target suffix>:<plist suffix>"
set(CEF_HELPER_APP_SUFFIXES
"::"
" (GPU):_gpu:.gpu"
" (Plugin):_plugin:.plugin"
" (Renderer):_renderer:.renderer"
)
endif()

add_subdirectory(src)

if(OS_MACOS)
Expand Down Expand Up @@ -201,4 +191,4 @@ install(
install(
DIRECTORY "${CEF_SDK_DIR}/include"
DESTINATION "include/cef"
)
)

0 comments on commit ca9f2c0

Please sign in to comment.