7 lines
159 B
CMake
7 lines
159 B
CMake
|
# CMakeLists.txt for openalpr plugin.
|
||
|
# Created by Emmanuel Papin (manupap01@gmail.com)
|
||
|
|
||
|
# Process subdirectories
|
||
|
add_subdirectory(data)
|
||
|
add_subdirectory(src)
|