Explorar el Código

cmake/db_text: Add missing definition

Xenofon Karamanos hace 8 meses
padre
commit
543fc22ad6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/modules/db_text/CMakeLists.txt

+ 1 - 0
src/modules/db_text/CMakeLists.txt

@@ -1,3 +1,4 @@
 file(GLOB MODULE_SOURCES "*.c")
 
 add_library(${module_name} SHARED ${MODULE_SOURCES})
+target_compile_definitions(${module_name} PRIVATE DBT_EXTRA_DEBUG)