Fix exhale warning about overriding PREDEFINED

This commit is contained in:
Simon Hausmann 2021-03-26 10:32:22 +01:00
parent 10189a844c
commit bfd2a2add9

View file

@ -48,7 +48,7 @@ exhale_args = {
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api* EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
ENABLE_PREPROCESSING = YES ENABLE_PREPROCESSING = YES
PREDEFINED = DOXYGEN''' PREDEFINED += DOXYGEN'''
} }
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.