2 lines
87 B
CMake
2 lines
87 B
CMake
|
|
add_executable(CameraInfo main.cpp)
|
||
|
|
target_link_libraries(CameraInfo PUBLIC EpicEyeSDK)
|