mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:16:52 +08:00
11 lines
189 B
CMake
11 lines
189 B
CMake
|
|
|
|
set(support_source_files
|
|
filesystem.cpp
|
|
timing.cpp
|
|
tinythread.cpp
|
|
)
|
|
|
|
add_library(support STATIC ${support_source_files})
|
|
|
|
SET_TARGET_PROPERTIES( support PROPERTIES COMPILE_FLAGS -fPIC) |