From 42f1ad36ef93c98542f9899ada57bd55396a99f5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 16 Sep 2016 01:08:49 +0300 Subject: .hpp instead of .h for C++ headers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1da2b43..d01997b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(privilege_test) file(GLOB ${PROJECT_NAME}_source_files "*.cpp") -file(GLOB ${PROJECT_NAME}_header_files "*.h") +file(GLOB ${PROJECT_NAME}_header_files "*.h" "*.hpp") file(GLOB ${PROJECT_NAME}_resource_files "*.rc") add_executable(${PROJECT_NAME} WIN32 ${${PROJECT_NAME}_source_files} -- cgit v1.2.3