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