Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
Make
/
MakefileConflict.cmake
blob: 6a8406f2f169a619f4ecb499db07f3aa6c2b65eb [
file
]
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"
""
)