From 500ee4751c4861c4217c067f5d0dcae0cbd55d7c Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Jun 2021 11:43:23 +0800 Subject: ... --- operating-system-experiment/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'operating-system-experiment/CMakeLists.txt') diff --git a/operating-system-experiment/CMakeLists.txt b/operating-system-experiment/CMakeLists.txt index 139d2ba..bd50319 100644 --- a/operating-system-experiment/CMakeLists.txt +++ b/operating-system-experiment/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 17) find_package(fmt CONFIG REQUIRED) find_package(Microsoft.GSL CONFIG REQUIRED) -add_library(cru_system SHARED Thread.cpp Mutex.cpp) +add_library(cru_system SHARED Thread.cpp Mutex.cpp Interlocked.cpp) target_link_libraries(cru_system PUBLIC Microsoft.GSL::GSL fmt::fmt) target_compile_definitions(cru_system PUBLIC CRU_EXPORT_API) if(UNIX) -- cgit v1.2.3