summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-01-19 19:24:23 +0100
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-01-21 14:39:01 -0800
commit2c25d6ca44e3129ace57f6383260a42023a6d646 (patch)
treea6132b98d4c43b788eb8bdf34794e97d84bd724a /src/tools
parentaae412433d6235b0a1c5f8f0301b2cc066857cc6 (diff)
downloadcoreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.tar.gz
coreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.tar.bz2
coreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.zip
FIx the incremental build for Windows
Conflicts: build.cmd src/dlls/clretwrc/CMakeLists.txt Cleanup
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/crossgen/CMakeLists.txt b/src/tools/crossgen/CMakeLists.txt
index 1700eb3dbf..cb983bdd83 100644
--- a/src/tools/crossgen/CMakeLists.txt
+++ b/src/tools/crossgen/CMakeLists.txt
@@ -19,7 +19,7 @@ endif(CLR_CMAKE_PLATFORM_UNIX)
add_definitions(-DFX_VER_INTERNALNAME_STR=crossgen.exe)
add_definitions(-DNO_NGENPDB)
-add_executable(crossgen
+add_executable_clr(crossgen
${crossgen_SOURCES}
${crossgen_RESOURCES}
)