Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sthread: implement recursive mutexes (test broken so far)
[simgrid.git] / examples / sthread / CMakeLists.txt
index 98811c2..7d9d7b5 100644 (file)
@@ -5,7 +5,7 @@ find_package(Threads REQUIRED)
 #########################################################################
 
 foreach(x
-        mutex-simple
+        mutex-simple mutex-recursive
        producer-consumer)
 
   if("${CMAKE_SYSTEM}" MATCHES "Linux")