Add hqx2bin to CMake

This commit is contained in:
Diomendius
2024-06-11 01:08:13 +12:00
parent c372fcb92d
commit 796b2880cf

View File

@@ -312,5 +312,14 @@ target_include_directories(bin2gp PRIVATE
) )
target_link_libraries(bin2gp PortabilityLayer) target_link_libraries(bin2gp PortabilityLayer)
add_executable(hqx2bin hqx2bin/hqx2bin.cpp AerofoilPortable/GpAllocator_C.cpp)
target_include_directories(hqx2bin PRIVATE
Common
GpCommon
PortabilityLayer
AerofoilPortable
)
target_link_libraries(hqx2bin PortabilityLayer)
install (TARGETS ${EXECNAME}) install (TARGETS ${EXECNAME})