Skip to content

Commit

Permalink
add def to cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Apr 6, 2024
1 parent b0f510b commit a69f8aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a69f8aa

Please sign in to comment.