mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +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)
|
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})
|
install (TARGETS ${EXECNAME})
|
||||||
|
Reference in New Issue
Block a user