2025-07-05 13:28:41 +03:30
|
|
|
add_executable_module(mirror
|
|
|
|
editor_layer.cpp
|
|
|
|
mirror.cpp
|
|
|
|
panel/asset_browser.cpp
|
|
|
|
panel/properties.cpp
|
|
|
|
panel/scene_hierarchy.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(
|
|
|
|
mirror
|
|
|
|
PUBLIC engine
|
|
|
|
PUBLIC opengl::opengl
|
2025-07-10 13:29:03 +03:30
|
|
|
PUBLIC ui
|
2025-07-05 13:28:41 +03:30
|
|
|
PUBLIC imgui
|
2025-07-10 13:29:03 +03:30
|
|
|
PUBLIC input
|
2025-07-05 13:28:41 +03:30
|
|
|
)
|