UNPKG
node-openalpr
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
Node.js OpenALPR Bindings
github.com/netPark/node-openalpr
netPark/node-openalpr
node-openalpr
/
openalpr
/
src
/
tests
/
CMakeLists.txt
18 lines
(12 loc)
•
270 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
enable_testing
()
ADD_EXECUTABLE
( unittests test_api.cpp test_utility.cpp test_config.cpp test_regex.cpp )
TARGET_LINK_LIBRARIES
(unittests openalpr )
add_test
(unittests unittests)
add_custom_target
(check COMMAND ${CMAKE_CTEST_COMMAND})