diff options
Diffstat (limited to '4a-hal-cfg-community/CMakeLists.txt')
-rw-r--r-- | 4a-hal-cfg-community/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal-cfg-community/CMakeLists.txt b/4a-hal-cfg-community/CMakeLists.txt index 46b866e..7679315 100644 --- a/4a-hal-cfg-community/CMakeLists.txt +++ b/4a-hal-cfg-community/CMakeLists.txt @@ -21,7 +21,7 @@ ################################################## PROJECT_TARGET_ADD(4a-hal-cfg-community) - file(GLOB CONF_FILES "*.json") + file(GLOB CONF_FILES "*.json*") add_input_files("${CONF_FILES}") |