mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add hqx2gp to CMake, port to *nix
This commit is contained in:
@@ -321,5 +321,15 @@ target_include_directories(hqx2bin PRIVATE
|
|||||||
)
|
)
|
||||||
target_link_libraries(hqx2bin PortabilityLayer)
|
target_link_libraries(hqx2bin PortabilityLayer)
|
||||||
|
|
||||||
|
add_executable(hqx2gp hqx2gp/hqx2gp.cpp AerofoilPortable/GpAllocator_C.cpp)
|
||||||
|
target_include_directories(hqx2gp PRIVATE
|
||||||
|
Common
|
||||||
|
GpCommon
|
||||||
|
PortabilityLayer
|
||||||
|
AerofoilPortable
|
||||||
|
UnixCompat
|
||||||
|
)
|
||||||
|
target_link_libraries(hqx2gp PortabilityLayer)
|
||||||
|
|
||||||
|
|
||||||
install (TARGETS ${EXECNAME})
|
install (TARGETS ${EXECNAME})
|
||||||
|
@@ -31,7 +31,12 @@ SOFTWARE.
|
|||||||
#include "MacBinary2.h"
|
#include "MacBinary2.h"
|
||||||
#include "MacFileMem.h"
|
#include "MacFileMem.h"
|
||||||
#include "ZipFile.h"
|
#include "ZipFile.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#include "WindowsUnicodeToolShim.h"
|
#include "WindowsUnicodeToolShim.h"
|
||||||
|
#else
|
||||||
|
#include "UnixCompat.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user