15 lines
241 B
Text
15 lines
241 B
Text
|
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 imgui
|
||
|
)
|