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/ilasm/CMakeLists.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/ilasm') diff --git a/src/ilasm/CMakeLists.txt b/src/ilasm/CMakeLists.txt index 9e99d02bb2..e67267a42a 100644 --- a/src/ilasm/CMakeLists.txt +++ b/src/ilasm/CMakeLists.txt @@ -24,7 +24,24 @@ set(ILASM_SOURCES assembler.cpp prebuilt/asmparse.cpp ) + +set(ILASM_HEADERS + asmenum.h + asmman.hpp + asmparse.h + asmtemplates.h + assembler.h + binstr.h + class.hpp + ilasmpch.h + method.hpp + nvpair.h + typar.hpp +) + if(WIN32) + list(APPEND ILASM_SOURCES ${ILASM_HEADERS}) + set(ILASM_RESOURCES Native.rc) add_definitions(-DFX_VER_INTERNALNAME_STR=ilasm.exe) endif(WIN32) @@ -81,4 +98,3 @@ else() endif(CLR_CMAKE_PLATFORM_UNIX) install_clr(ilasm) - -- cgit v1.2.3