1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-04-11 03:32:22 +00:00

Remove unnecessary exclusion

This commit is contained in:
Shreya Arun Naik 2024-11-20 16:12:46 -05:00
parent eb8993641f
commit ea34a463d8

View File

@ -95,7 +95,6 @@ if(ENABLE_CJSON_TEST)
PATTERN "*.cmake" EXCLUDE
PATTERN "Makefile" EXCLUDE
PATTERN "*.a" EXCLUDE
PATTERN "*.so" EXCLUDE
)
endif()