diff --git a/CMakeLists.txt b/CMakeLists.txt index 74adcee1a..260d696ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,10 @@ set(PROJECT_VERSION_TIMESTAMP "" CACHE STRING "Timestamp for the build. Resolved automatically if not specified." ) +set(CUSTOM_COMPILE_OPTIONS + "" + CACHE STRING "Allows adding custom C/C++ flags" + ) include(cmake/ProjectVersion.cmake) resolve_version_variables()