8 lines
168 B
CMake
8 lines
168 B
CMake
|
# CMakeLists.txt for the ZoneMinder ONVIF scripts
|
||
|
|
||
|
# Process the perl modules subdirectory
|
||
|
add_subdirectory(proxy)
|
||
|
add_subdirectory(modules)
|
||
|
add_subdirectory(scripts)
|
||
|
|