We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b70f39 commit 12f2113Copy full SHA for 12f2113
1 file changed
externals/simplecpp/CMakeLists.txt
@@ -3,6 +3,7 @@ file(GLOB srcs "*.cpp")
3
4
add_library(simplecpp ${srcs} ${hdrs})
5
target_dll_compile_definitions(simplecpp EXPORT SIMPLECPP_EXPORT IMPORT SIMPLECPP_IMPORT)
6
+target_compile_definitions(simplecpp PUBLIC SIMPLECPP_TOKENLIST_ALLOW_PTR)
7
8
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
9
target_compile_options_safe(simplecpp -Wno-zero-as-null-pointer-constant)
0 commit comments