From 2d4de570b60fbfdac6f4a122351f73a6339e5d0e Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 3 Jul 2019 17:49:50 +0800 Subject: [PATCH] =?UTF-8?q?t1=E5=92=8Ct2=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=89=8D=E7=BC=80=E5=88=86=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c2234a..8d2c127 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,10 +41,11 @@ endif () #set(CMAKE_VERBOSE_MAKEFILE ON) #set(CMAKE_COLOR_MAKEFILE ON) set(ALLOW_DUPLICATE_CUSTOM_TARGETS TRUE) -set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp) set(CPACK_RPM_DEBUGINFO_PACKAGE ON) if(ENABLE_T1_SWITCH) + set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp) + add_subdirectory(src/ntc_app_plug) add_subdirectory(src/ntc_http_collect) add_subdirectory(src/ntc_ip_comm) @@ -55,6 +56,8 @@ if(ENABLE_T1_SWITCH) endif() if(ENABLE_T2_SWITCH) + set(CMAKE_INSTALL_PREFIX /home/mesasoft/maskey2.0) + add_subdirectory(src/T2_HTTP_MAIL_BIZ) endif()