summaryrefslogtreecommitdiff
path: root/src/pal/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-03-25 11:08:15 -0700
committerJan Kotas <jkotas@microsoft.com>2015-03-25 11:08:15 -0700
commit537ad90aa635f58cb48b914300bbed84c61db866 (patch)
treea0a31eb811ca63441cd5655e253c6721e65488b2 /src/pal/CMakeLists.txt
parente738e039f3241838746a99f8d472ad5cff44b38f (diff)
downloadcoreclr-537ad90aa635f58cb48b914300bbed84c61db866.tar.gz
coreclr-537ad90aa635f58cb48b914300bbed84c61db866.tar.bz2
coreclr-537ad90aa635f58cb48b914300bbed84c61db866.zip
Delete cppmunge
We have used this tool to boostrap the Unix build, but it is not used anymore.
Diffstat (limited to 'src/pal/CMakeLists.txt')
-rw-r--r--src/pal/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pal/CMakeLists.txt b/src/pal/CMakeLists.txt
index f3844f3c89..8753538e4e 100644
--- a/src/pal/CMakeLists.txt
+++ b/src/pal/CMakeLists.txt
@@ -11,6 +11,5 @@ add_compile_options(-fexceptions)
add_compile_options(-fstack-protector-all)
add_subdirectory(src)
-add_subdirectory(tools)
add_subdirectory(tests)