[RAPPS]
authorAlexander Shaposhnikov <sanchaez@reactos.org>
Mon, 14 Aug 2017 17:04:43 +0000 (17:04 +0000)
committerAlexander Shaposhnikov <sanchaez@reactos.org>
Mon, 14 Aug 2017 17:04:43 +0000 (17:04 +0000)
- Added headers to CMake file to have them in the VS project

svn path=/branches/GSoC_2017/rapps/; revision=75543

reactos/base/applications/rapps/CMakeLists.txt

index 31189c7..500834f 100644 (file)
@@ -18,6 +18,16 @@ list(APPEND SOURCE
     settingsdlg.cpp
     winmain.cpp
     include/rapps.h
+    include/available.h
+    include/gui.h
+    include/dialogs.h
+    include/installed.h
+    include/crichedit.h
+    include/defines.h
+    include/misc.h
+    include/resource.h
+    include/rosui.h
+    include/winmain.h
 )
 
 add_definitions(-DUSE_CERT_PINNING)