refactor: change cpp files to cc

This commit is contained in:
Kristofers Solo
2024-03-14 00:28:52 +02:00
parent 03933af4b2
commit acf1bcc2c7
9 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
add_library(cppunit cppunit.cpp cppunit.hh)
add_library(ccunit ccunit.cc ccunit.hh)

View File

@@ -1 +1 @@
add_library(prepLib prep.cpp prep.hh timeUtils.cpp timeUtils.hh)
add_library(prepLib prep.cc prep.hh timeUtils.cc timeUtils.hh)