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