16 lines
265 B
CMake
16 lines
265 B
CMake
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 app
|
|
PUBLIC opengl::opengl
|
|
PUBLIC ui
|
|
PUBLIC imgui
|
|
PUBLIC input
|
|
)
|