2 lines
97 B
CMake
2 lines
97 B
CMake
add_library_module(input input.cpp)
|
|
target_link_libraries(input PUBLIC math imgui::imgui logger)
|