From: Amine Khaldi Date: Mon, 7 Sep 2015 10:00:51 +0000 (+0000) Subject: [CMAKE] Add hpp in the new style build. X-Git-Tag: ReactOS-0.4.0~962 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=002f279f26988937083195e3ae384a5ff009d892 [CMAKE] Add hpp in the new style build. svn path=/trunk/; revision=69085 --- diff --git a/reactos/cmake/host-tools.cmake b/reactos/cmake/host-tools.cmake index 79915607c24..2433f0ffd97 100644 --- a/reactos/cmake/host-tools.cmake +++ b/reactos/cmake/host-tools.cmake @@ -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()