We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f981d82 commit 31cbb6eCopy full SHA for 31cbb6e
configuration/steps/generators/cmake/options.py
@@ -24,6 +24,7 @@ class CMAKE(StrEnum):
24
C_FLAGS = "C_FLAGS"
25
C_COMPILER_LAUNCHER = "C_COMPILER_LAUNCHER"
26
CXX_COMPILER_LAUNCHER = "CXX_COMPILER_LAUNCHER"
27
+ EXPORT_COMPILE_COMMANDS = "EXPORT_COMPILE_COMMANDS"
28
INSTALL_PREFIX = "INSTALL_PREFIX"
29
LIBRARY_PATH = "LIBRARY_PATH"
30
0 commit comments