paella/src/Extern/CMakeLists.txt

7 lines
163 B
CMake

file(GLOB EXTERN_SRC
"*.cpp"
)
add_executable(ExternalCalibration ${EXTERN_SRC})
target_link_libraries(ExternalCalibration ${OpenCV_LIBS} ${Boost_LIBRARIES})