light/modules/camera/CMakeLists.txt

4 lines
95 B
Text
Raw Normal View History

add_library_module(camera camera.cpp scene.cpp)
target_link_libraries(camera PUBLIC glm::glm)