Add legacy include roots to Apple platform target
This commit is contained in:
@@ -267,6 +267,9 @@ endif()
|
||||
target_include_directories(pp_platform_apple
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
target_include_directories(pp_platform_apple
|
||||
PRIVATE
|
||||
${PP_LEGACY_INCLUDE_DIRS})
|
||||
target_link_libraries(pp_platform_apple
|
||||
PUBLIC
|
||||
pp_platform_api
|
||||
|
||||
Reference in New Issue
Block a user