Quiet platform and Apple validation wrappers
This commit is contained in:
@@ -254,6 +254,12 @@ target_link_libraries(pp_platform_api
|
||||
|
||||
add_library(pp_platform_apple STATIC
|
||||
${PP_PLATFORM_APPLE_SOURCES})
|
||||
if(APPLE)
|
||||
set_source_files_properties(
|
||||
src/platform_apple/apple_platform_state.cpp
|
||||
PROPERTIES
|
||||
LANGUAGE OBJCXX)
|
||||
endif()
|
||||
target_include_directories(pp_platform_apple
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
|
||||
Reference in New Issue
Block a user