Add hqx2gp to CMake

This commit is contained in:
Diomendius
2024-06-11 01:46:18 +12:00
parent 796b2880cf
commit e2da9bb7c5

View File

@@ -321,5 +321,19 @@ target_include_directories(hqx2bin PRIVATE
)
target_link_libraries(hqx2bin PortabilityLayer)
add_executable(hqx2gp
hqx2gp/hqx2gp.cpp
AerofoilPortable/GpAllocator_C.cpp
WindowsUnicodeToolShim/UnixUnicodeToolShim.cpp
)
target_include_directories(hqx2gp PRIVATE
Common
GpCommon
PortabilityLayer
AerofoilPortable
WindowsUnicodeToolShim
)
target_link_libraries(hqx2gp PortabilityLayer)
install (TARGETS ${EXECNAME})