summaryrefslogtreecommitdiff
path: root/src/ildasm
diff options
context:
space:
mode:
authorJacek Blaszczynski <biosciencenow@outlook.com>2018-09-25 19:11:26 +0200
committerAaron Robinson <arobins@microsoft.com>2018-09-25 10:11:26 -0700
commit659af58047a949ed50d11101708538d2e87f2568 (patch)
tree49f3c207ac7622a0e24d65a00b84c731a3e86344 /src/ildasm
parent1496647a946279908acd8d03210ac3ad114204d2 (diff)
downloadcoreclr-659af58047a949ed50d11101708538d2e87f2568.tar.gz
coreclr-659af58047a949ed50d11101708538d2e87f2568.tar.bz2
coreclr-659af58047a949ed50d11101708538d2e87f2568.zip
Add header files to ildasm, ilasm vcxproj (#20052)
Diffstat (limited to 'src/ildasm')
-rw-r--r--src/ildasm/exe/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ildasm/exe/CMakeLists.txt b/src/ildasm/exe/CMakeLists.txt
index bf09be58b6..196f2395b7 100644
--- a/src/ildasm/exe/CMakeLists.txt
+++ b/src/ildasm/exe/CMakeLists.txt
@@ -35,6 +35,20 @@ set(ILDASM_SOURCES
../windasm.cpp
)
+set(ILDASM_HEADERS
+ ../ceeload.h
+ ../dasm_sz.h
+ ../dis.h
+ ../dynamicarray.h
+ ../ildasmpch.h
+ ../resource.h
+ ../util.hpp
+)
+
+if (WIN32)
+ list(APPEND ILDASM_SOURCES ${ILDASM_HEADERS})
+endif(WIN32)
+
_add_executable(ildasm
${ILDASM_SOURCES}
${ILDASM_RESOURCES}