mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-26 18:32:07 -04:00
cmake: Fix typo
This commit is contained in:
@@ -183,7 +183,7 @@ function(set_target_properties_obs target)
|
||||
COMMAND
|
||||
"${CMAKE_COMMAND}" -E copy_directory "${cef_root_location}/Resources/locales"
|
||||
"${OBS_OUTPUT_DIR}/$<CONFIG>/${OBS_PLUGIN_DESTINATION}/locales"
|
||||
COMMENT "Add Chromium Embedded Framwork to library directory"
|
||||
COMMENT "Add Chromium Embedded Framework to library directory"
|
||||
)
|
||||
|
||||
install(
|
||||
|
||||
@@ -69,7 +69,7 @@ set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=RelWithDebInfo] dwarf
|
||||
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Release] dwarf-with-dsym)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=MinSizeRel] dwarf-with-dsym)
|
||||
|
||||
# Make all symbols hidden by default (currently overriden by CMake's compiler flags)
|
||||
# Make all symbols hidden by default (currently overridden by CMake's compiler flags)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_GCC_SYMBOLS_PRIVATE_EXTERN YES)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_GCC_INLINES_ARE_PRIVATE_EXTERN YES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user