light/modules/camera/CMakeLists.txt

4 lines
91 B
Text
Raw Permalink Normal View History

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