diff --git a/CMakeLists.txt b/CMakeLists.txt index fe0eafe..722fe40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})