add def to cmakelists

This commit is contained in:
briaguya 2024-04-06 19:28:01 -04:00
parent b0f510b5bc
commit a69f8aa35c
1 changed files with 2 additions and 0 deletions

View File

@ -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)