From 659af58047a949ed50d11101708538d2e87f2568 Mon Sep 17 00:00:00 2001 From: Jacek Blaszczynski Date: Tue, 25 Sep 2018 19:11:26 +0200 Subject: Add header files to ildasm, ilasm vcxproj (#20052) --- src/ildasm/exe/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ildasm') 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} -- cgit v1.2.3