Extract renderer shader catalog
This commit is contained in:
@@ -150,7 +150,8 @@ target_link_libraries(pp_document
|
||||
pp_project_warnings)
|
||||
|
||||
add_library(pp_renderer_api STATIC
|
||||
src/renderer_api/renderer_api.cpp)
|
||||
src/renderer_api/renderer_api.cpp
|
||||
src/renderer_api/shader_catalog.cpp)
|
||||
target_include_directories(pp_renderer_api
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
@@ -209,6 +210,7 @@ if(PP_BUILD_APP)
|
||||
PUBLIC
|
||||
pp_project_options
|
||||
PRIVATE
|
||||
pp_renderer_api
|
||||
pp_project_warnings)
|
||||
|
||||
target_include_directories(pp_legacy_app
|
||||
|
||||
Reference in New Issue
Block a user