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