commit | 8e3c71f1c428d177527a2a26e81b5bca1601b97d | [log] [tgz] |
---|---|---|
author | suetfei <89482184+suetfei@users.noreply.github.com> | Fri Feb 11 00:18:57 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 11 00:18:57 2022 -0800 |
tree | 8236acabc825185648a91fafd81849fa86795faf | |
parent | 4142f47d523a2e20032dd014fa0a5cc276a25ba7 [diff] |
Update CMakeLists.txt
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 20af9ff..80881db 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt
@@ -14,4 +14,7 @@ set(SECUREMESSAGE_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR}) add_subdirectory(src/securemessage) -add_subdirectory(test/securemessage) + +if (NOT BYPASS_TESTING) + add_subdirectory(test/securemessage) +endif()