add stackLevelSetter to the VS header list. (dotnet/coreclr#18077)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 22 May 2018 04:09:28 +0000 (21:09 -0700)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 04:09:28 +0000 (21:09 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/9b29e823c0aa503fc077e6a6ca885c1160f35a2e

src/coreclr/src/jit/CMakeLists.txt

index 7fd58a8..d686c9f 100644 (file)
@@ -71,12 +71,12 @@ set( JIT_SOURCES
   smweights.cpp
   ssabuilder.cpp
   ssarenamestate.cpp
+  stacklevelsetter.cpp
+  treelifeupdater.cpp
   typeinfo.cpp
   unwind.cpp
   utils.cpp
   valuenum.cpp
-  stacklevelsetter.cpp
-  treelifeupdater.cpp
 )
 
 # Add header files to Visual Studio vcxproj, not required for unixes
@@ -181,9 +181,11 @@ if (WIN32)
     ssabuilder.h
     ssaconfig.h
     ssarenamestate.h
+    stacklevelsetter.h
     target.h
     tinyarray.h
     titypes.h
+    treelifeupdater.h
     typelist.h
     unwind.h
     utils.h
@@ -192,7 +194,6 @@ if (WIN32)
     varset.h
     vartype.h
     x86_instrs.h
-    treelifeupdater.h
   )
 endif(WIN32)