Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the config.c code in C++
[simgrid.git] / tools / cmake / UnitTesting.cmake
index fe83e00..0ec9bd0 100644 (file)
@@ -12,7 +12,7 @@ set(FILES_CONTAINING_UNITTESTS
   src/xbt/swag.c
   src/xbt/xbt_str.c
   src/xbt/xbt_strbuff.c
   src/xbt/swag.c
   src/xbt/xbt_str.c
   src/xbt/xbt_strbuff.c
-  src/xbt/config.c
+  src/xbt/config.cpp
 )
 
 if(HAVE_MC)
 )
 
 if(HAVE_MC)