3 lines
91 B
CMake
3 lines
91 B
CMake
add_library_module(camera camera.cpp scene.cpp)
|
|
|
|
target_link_libraries(camera PUBLIC math)
|