Add bin2gp to CMake

This commit is contained in:
Diomendius
2024-06-11 01:06:27 +12:00
parent 1e4ee9335e
commit c372fcb92d

View File

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