From: Alexander Shaposhnikov Date: Mon, 14 Aug 2017 17:04:43 +0000 (+0000) Subject: [RAPPS] X-Git-Tag: backups/GSoC_2017/rapps@75905~42 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a59f6f7573aa0817760ecac3e1916b624547d600 [RAPPS] - Added headers to CMake file to have them in the VS project svn path=/branches/GSoC_2017/rapps/; revision=75543 --- diff --git a/reactos/base/applications/rapps/CMakeLists.txt b/reactos/base/applications/rapps/CMakeLists.txt index 31189c75515..500834ffa43 100644 --- a/reactos/base/applications/rapps/CMakeLists.txt +++ b/reactos/base/applications/rapps/CMakeLists.txt @@ -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)