diff options
author | crupest <crupest@outlook.com> | 2021-06-12 23:20:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-12 23:25:49 +0800 |
commit | dc0dfeec23158268268da5a16364abb1f0de5a06 (patch) | |
tree | 845fb99b4f5d80cc5a99019d5af8598abf5f7e45 /works/life/operating-system-experiment/CMakeLists.txt | |
parent | 2c7ceca3e58543c36098fd46de711d9cd80a4d12 (diff) | |
download | crupest-dc0dfeec23158268268da5a16364abb1f0de5a06.tar.gz crupest-dc0dfeec23158268268da5a16364abb1f0de5a06.tar.bz2 crupest-dc0dfeec23158268268da5a16364abb1f0de5a06.zip |
import(life): ...
Diffstat (limited to 'works/life/operating-system-experiment/CMakeLists.txt')
-rw-r--r-- | works/life/operating-system-experiment/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/works/life/operating-system-experiment/CMakeLists.txt b/works/life/operating-system-experiment/CMakeLists.txt index 5671b4a..79fe786 100644 --- a/works/life/operating-system-experiment/CMakeLists.txt +++ b/works/life/operating-system-experiment/CMakeLists.txt @@ -33,3 +33,5 @@ target_link_libraries(semaphore_avoid_data_race_demo PRIVATE cru_system) add_executable(parallel_calculation_demo ParallelCalculationDemo.cpp)
target_link_libraries(parallel_calculation_demo PRIVATE cru_system)
+
+add_executable(dead_lock_detection_demo DeadLockDetectionDemo.cpp)
|