Skip to content

Commit

Permalink
Added C binding to main library
Browse files Browse the repository at this point in the history
  • Loading branch information
matthill committed May 7, 2017
1 parent fa561a0 commit ae9cb42
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 110 deletions.
1 change: 1 addition & 0 deletions distros/debian/libopenalpr-dev.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
usr/include/alpr.h
usr/include/alpr_c.h
usr/lib/lib*.a
usr/lib/lib*so
6 changes: 0 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ if ( NOT DEFINED WITH_BINDING_JAVA )
SET(WITH_BINDING_JAVA ON)
ENDIF()

if ( NOT DEFINED WITH_BINDING_C )
SET(WITH_BINDING_C ON)
ENDIF()

if ( NOT DEFINED WITH_BINDING_PYTHON )
SET(WITH_BINDING_PYTHON ON)
Expand Down Expand Up @@ -209,9 +206,6 @@ if (WITH_BINDING_PYTHON)
add_subdirectory(bindings/python)
ENDIF()

if (WITH_BINDING_C)
add_subdirectory(bindings/c)
ENDIF()

if (WITH_BINDING_GO)
set(OPENALPR_LIB_GO openalprgo)
Expand Down
24 changes: 0 additions & 24 deletions src/bindings/c/CMakeLists.txt

This file was deleted.

80 changes: 0 additions & 80 deletions src/bindings/c/alprc_test.c

This file was deleted.

1 change: 1 addition & 0 deletions src/openalpr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
set(lpr_source_files
alpr.cpp
alpr_impl.cpp
alpr_c.cpp
config.cpp
config_helper.cpp
detection/detector.cpp
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ae9cb42

Please sign in to comment.