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