added query helper macro and join query parts

This commit is contained in:
2024-02-19 22:57:43 +01:00
parent b11993d60b
commit b255ae22b4
14 changed files with 234 additions and 32 deletions
+4
View File
@@ -11,6 +11,10 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(GCC_CLANG_COMMON_FLAGS "-Wall -Wconversion -Wextra -pedantic -ftemplate-backtrace-limit=0")
if (WIN32)
add_compile_options(/Zc:preprocessor)
endif()
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
find_package(ODBC REQUIRED)