Export untar header
Needed for scenery installation helper.
This commit is contained in:
parent
516d76d41b
commit
fb8b60b6fe
@ -19,6 +19,7 @@ set(HEADERS
|
||||
HTTPMemoryRequest.hxx
|
||||
HTTPRequest.hxx
|
||||
HTTPRepository.hxx
|
||||
untar.hxx
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
@ -38,6 +39,7 @@ set(SOURCES
|
||||
HTTPMemoryRequest.cxx
|
||||
HTTPRequest.cxx
|
||||
HTTPRepository.cxx
|
||||
untar.cxx
|
||||
)
|
||||
|
||||
if(ENABLE_DNS)
|
||||
|
@ -18,7 +18,6 @@ set(SOURCES
|
||||
md5.h md5.c
|
||||
ioapi.c ioapi_mem.c ioapi.h
|
||||
unzip.h unzip.c
|
||||
untar.hxx untar.cxx
|
||||
)
|
||||
|
||||
simgear_component(package package "${SOURCES}" "${HEADERS}")
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
#include <simgear/package/unzip.h>
|
||||
#include <simgear/package/md5.h>
|
||||
#include <simgear/package/untar.hxx>
|
||||
|
||||
#include <simgear/io/untar.hxx>
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
#include <simgear/package/Catalog.hxx>
|
||||
|
Loading…
Reference in New Issue
Block a user