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.
2 parents 26acf23 + ef3c1a2 commit 43c7216Copy full SHA for 43c7216
1 file changed
cmake/cmkr.cmake
@@ -10,6 +10,7 @@ if(CMAKE_SCRIPT_MODE_FILE)
10
set(CMAKE_BINARY_DIR "${CMAKE_BINARY_DIR}/build")
11
set(CMAKE_CURRENT_BINARY_DIR "${CMAKE_BINARY_DIR}")
12
file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}")
13
+ file(WRITE "${CMAKE_BINARY_DIR}/.gitignore" "# This file is autogenerated by cmkr.\n*\n")
14
endif()
15
16
# Set these from the command line to customize for development/debugging purposes
0 commit comments