feat(xcui): advance core and editor validation flow
This commit is contained in:
@@ -7,7 +7,6 @@ add_library(editor_ui_validation_registry STATIC
|
||||
target_include_directories(editor_ui_validation_registry
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/engine/include
|
||||
)
|
||||
|
||||
target_compile_definitions(editor_ui_validation_registry
|
||||
@@ -21,11 +20,6 @@ if(MSVC)
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
|
||||
endif()
|
||||
|
||||
target_link_libraries(editor_ui_validation_registry
|
||||
PUBLIC
|
||||
XCEngine
|
||||
)
|
||||
|
||||
add_library(editor_ui_integration_host STATIC
|
||||
src/Application.cpp
|
||||
)
|
||||
@@ -33,8 +27,8 @@ add_library(editor_ui_integration_host STATIC
|
||||
target_include_directories(editor_ui_integration_host
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/new_editor/include
|
||||
${CMAKE_SOURCE_DIR}/engine/include
|
||||
${CMAKE_SOURCE_DIR}/new_editor/include
|
||||
)
|
||||
|
||||
target_compile_definitions(editor_ui_integration_host
|
||||
@@ -54,4 +48,5 @@ target_link_libraries(editor_ui_integration_host
|
||||
PUBLIC
|
||||
editor_ui_validation_registry
|
||||
XCNewEditorHost
|
||||
XCEngine
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user