Add flattenmov to CMake

This commit is contained in:
Diomendius
2024-06-11 01:02:48 +12:00
parent e2fcd7851d
commit 1e4ee9335e

View File

@@ -294,4 +294,14 @@ if(CMAKE_HOST_UNIX)
endif()
add_executable(flattenmov flattenmov/flattenmov.cpp AerofoilPortable/GpAllocator_C.cpp)
target_include_directories(flattenmov PRIVATE
Common
GpCommon
PortabilityLayer
AerofoilPortable
)
target_link_libraries(flattenmov PortabilityLayer)
install (TARGETS ${EXECNAME})