[CMAKE] Add hpp in the new style build.

svn path=/trunk/; revision=69085
This commit is contained in:
Amine Khaldi 2015-09-07 10:00:51 +00:00
parent 40fb07129c
commit 002f279f26

View file

@ -6,7 +6,7 @@ endif()
string(TOUPPER ${CMAKE_BUILD_TYPE} _build_type)
# List of host tools
list(APPEND host_tools_list bin2c widl gendib cabman cdmake mkhive obj2bin spec2def geninc mkshelllink utf16le)
list(APPEND host_tools_list bin2c hpp widl gendib cabman cdmake mkhive obj2bin spec2def geninc mkshelllink utf16le)
if(NOT MSVC)
list(APPEND host_tools_list rsym)
endif()