commit | b1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Tue Jan 22 14:16:39 2019 -0500 |
committer | James E. King III <jking@apache.org> | Thu Jan 24 12:20:30 2019 -0500 |
tree | 1b6d331270e1a4ba53aabd0fb8637a4c85efa5d7 | |
parent | 22749ac376b10982eb5fa5a32ba336b20e1e6344 [diff] [blame] |
THRIFT-4750: as3 changes to build and publish to maven central
diff --git a/CMakeLists.txt b/CMakeLists.txt index e679164..e9ebbab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -92,6 +92,10 @@ 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()