Skip to content

Commit 31cbb6e

Browse files
committed
MDBF-143: prep - Add EXPORT_COMPILE_COMMANDS as CMAKE option
1 parent f981d82 commit 31cbb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/steps/generators/cmake/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class CMAKE(StrEnum):
2424
C_FLAGS = "C_FLAGS"
2525
C_COMPILER_LAUNCHER = "C_COMPILER_LAUNCHER"
2626
CXX_COMPILER_LAUNCHER = "CXX_COMPILER_LAUNCHER"
27+
EXPORT_COMPILE_COMMANDS = "EXPORT_COMPILE_COMMANDS"
2728
INSTALL_PREFIX = "INSTALL_PREFIX"
2829
LIBRARY_PATH = "LIBRARY_PATH"
2930

0 commit comments

Comments
 (0)