light/modules/mirror/CMakeLists.txt

17 lines
268 B
Text
Raw Normal View History

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
PUBLIC ui
2025-07-05 13:28:41 +03:30
PUBLIC imgui
PUBLIC input
2025-07-05 13:28:41 +03:30
)