Initial commit
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(Experiment)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(CPUScheduler CPUScheduler.cpp)
|
||||
|
||||
add_executable(ProcessSync ProcessSync.cpp)
|
||||
|
||||
add_executable(DeadlockAvoid DeadlockAvoid.cpp)
|
||||
|
||||
add_executable(MemoryManager MemoryManager.cpp)
|
||||
Reference in New Issue
Block a user