mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
cfce067b3f
Issue: #21418
6 lines
194 B
CMake
6 lines
194 B
CMake
add_custom_target(Custom)
|
|
|
|
# Write a file that GNU make will prefer over "Makefile"
|
|
# if 'cmake --build' does not explicitly specify it.
|
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/GNUmakefile" "")
|