- Added headers to CMake file to have them in the VS project

svn path=/branches/GSoC_2017/rapps/; revision=75543
This commit is contained in:
Alexander Shaposhnikov 2017-08-14 17:04:43 +00:00
parent 69d1dbb371
commit a59f6f7573

View 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)