light/modules/camera/CMakeLists.txt
light7734 f9ce347ca0
feat: initial math module implementation
refactor: replace glm with built-in math library
2025-07-17 10:44:00 +03:30

3 lines
91 B
CMake

add_library_module(camera camera.cpp scene.cpp)
target_link_libraries(camera PUBLIC math)