From b1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Tue, 22 Jan 2019 14:16:39 -0500 Subject: THRIFT-4750: as3 changes to build and publish to maven central --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e67916465..e9ebbab93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,10 @@ if(BUILD_CPP) endif() endif() +if(BUILD_AS3) + add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/as3) +endif() + if(BUILD_C_GLIB) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/c_glib) endif() -- cgit v1.2.1