diff options
Diffstat (limited to 'c++/SConscript')
-rw-r--r-- | c++/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/SConscript b/c++/SConscript index 57091af..3b79d1a 100644 --- a/c++/SConscript +++ b/c++/SConscript @@ -13,7 +13,7 @@ dir_path = Dir('.').abspath core_env = env.Clone(); core_env.sources = sorted(glob.glob(dir_path + "/*.cpp")); -core_env.headers = sorted(glob.glob(dir_path + "/*.h")); +core_env.headers = sorted(glob.glob(dir_path + "/*.hpp")); env.sources += core_env.sources; env.headers += core_env.headers; |