light/modules/camera/CMakeLists.txt

4 lines
102 B
Text
Raw Normal View History

add_library_module(NAME camera INTERFACES components.cppm)
target_link_libraries(camera PUBLIC math)