2 lines
91 B
CMake
2 lines
91 B
CMake
|
|
add_executable(CameraConfig main.cpp)
|
||
|
|
target_link_libraries(CameraConfig PUBLIC EpicEyeSDK)
|