From a69f8aa35c3a9e3efb1a652f2b47f308fd29b5dc Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:28:01 -0400 Subject: [PATCH] add def to cmakelists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5227169d..c21a7e550 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,9 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON) ################################################################################ # Sub-projects ################################################################################ +add_compile_definitions(USE_ZAPD) add_subdirectory(libultraship ${CMAKE_BINARY_DIR}/libultraship) + add_subdirectory(ZAPDTR/ZAPD ${CMAKE_BINARY_DIR}/ZAPD) add_subdirectory(OTRExporter) add_subdirectory(soh)