added line to account for new linkage issues with cpputest.

This commit is contained in:
jakeg00dwin 2024-03-20 12:39:03 -07:00
parent 5c2e1593bd
commit eca69df689
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ remove_module_from_cmakes () {
sed "s/^.*add_subdirectory(${basename}).*$//g" ./src/CMakeLists.txt > ./src/CMakeLists.txt
sed "s/^.*add_subdirectory(${basename}).*$//g" ./tests/CMakeLists.txt > ./tests/CMakeLists.txt
set "s/^.*${basename}.*$//g" ./tests/CMakeLists.txt > ./tests/CMakeLists.txt
}
git_add_module () {