mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Add MergeGPF to CMake, port to *nix
This commit is contained in:
@@ -363,5 +363,15 @@ target_include_directories(FTagData PRIVATE
|
||||
)
|
||||
target_link_libraries(FTagData PortabilityLayer)
|
||||
|
||||
add_executable(MergeGPF MergeGPF/MergeGPF.cpp AerofoilPortable/GpAllocator_C.cpp)
|
||||
target_include_directories(MergeGPF PRIVATE
|
||||
Common
|
||||
GpCommon
|
||||
PortabilityLayer
|
||||
AerofoilPortable
|
||||
UnixCompat
|
||||
)
|
||||
target_link_libraries(MergeGPF PortabilityLayer)
|
||||
|
||||
|
||||
install (TARGETS ${EXECNAME})
|
||||
|
Reference in New Issue
Block a user