Expose md5.h to flightgear for. Will need a better interface...
This commit is contained in:
parent
9aa5c3b2ae
commit
e06f9462ab
@ -7,6 +7,7 @@ set(HEADERS
|
||||
Install.hxx
|
||||
Root.hxx
|
||||
Delegate.hxx
|
||||
md5.h # TODO expose somehow more elegant (eg. a function accepting a string)
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
@ -15,7 +16,7 @@ set(SOURCES
|
||||
Install.cxx
|
||||
Root.cxx
|
||||
# internal helpers
|
||||
md5.c md5.h
|
||||
md5.c
|
||||
ioapi.c ioapi_mem.c ioapi.h
|
||||
unzip.h unzip.c
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user