From 80132c8e221aa5a922496c46e23432685885ba04 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Jan 2024 16:23:53 +0100 Subject: modules-all: Renamed every .h file to .hpp --- modules/window/c++/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/window/c++/SConscript') diff --git a/modules/window/c++/SConscript b/modules/window/c++/SConscript index 10d88c6..0147ff5 100644 --- a/modules/window/c++/SConscript +++ b/modules/window/c++/SConscript @@ -13,7 +13,7 @@ dir_path = Dir('.').abspath window_env = env.Clone(); window_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) -window_env.headers = sorted(glob.glob(dir_path + "/*.h")) +window_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) env.sources += window_env.sources; env.headers += window_env.headers; -- cgit v1.2.3