]> git.mxchange.org Git - simgear.git/commitdiff
Expose md5.h to flightgear for. Will need a better interface...
authorThomas Geymayer <tomgey@gmail.com>
Tue, 17 Jun 2014 20:32:40 +0000 (22:32 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 17 Jun 2014 20:32:40 +0000 (22:32 +0200)
simgear/package/CMakeLists.txt

index 03178960885f036e93dcdcce880cc610130a5d61..cc66038580c6cc357e37cb1e906cf55a46ce1f82 100644 (file)
@@ -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
     )