2 lines
94 B
CMake
2 lines
94 B
CMake
add_library_module(ui ui.cpp)
|
|
target_link_libraries(ui PUBLIC imgui renderer logger lt_debug)
|