2025-10-16 14:04:45 +03:30
|
|
|
add_library_module(libmirror)
|
2025-10-26 06:56:18 +00:00
|
|
|
target_link_libraries(libmirror INTERFACE app time input surface renderer
|
|
|
|
|
camera)
|
2025-07-20 04:46:15 +03:30
|
|
|
|
2025-10-16 14:04:45 +03:30
|
|
|
add_test_module(
|
|
|
|
|
libmirror layers/editor_layer.test.cpp panels/asset_browser.test.cpp
|
|
|
|
|
panels/properties.test.cpp panels/scene_hierarchy.test.cpp)
|
2025-07-20 04:46:15 +03:30
|
|
|
|
|
|
|
|
add_executable_module(mirror entrypoint/mirror.cpp)
|
2025-09-18 19:23:31 +03:30
|
|
|
target_link_libraries(mirror PRIVATE libmirror input)
|