mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Compare commits
2 Commits
custom-commands
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 43c72160b5 | |||
| ef3c1a288a |
@@ -10,6 +10,7 @@ if(CMAKE_SCRIPT_MODE_FILE)
|
|||||||
set(CMAKE_BINARY_DIR "${CMAKE_BINARY_DIR}/build")
|
set(CMAKE_BINARY_DIR "${CMAKE_BINARY_DIR}/build")
|
||||||
set(CMAKE_CURRENT_BINARY_DIR "${CMAKE_BINARY_DIR}")
|
set(CMAKE_CURRENT_BINARY_DIR "${CMAKE_BINARY_DIR}")
|
||||||
file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}")
|
file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||||
|
file(WRITE "${CMAKE_BINARY_DIR}/.gitignore" "# This file is autogenerated by cmkr.\n*\n")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Set these from the command line to customize for development/debugging purposes
|
# Set these from the command line to customize for development/debugging purposes
|
||||||
|
|||||||
Reference in New Issue
Block a user