mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add bin2gp to CMake
This commit is contained in:
@@ -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})
|
||||
|
Reference in New Issue
Block a user