Skip to content

Commit

Permalink
Compile synchronization methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Nov 6, 2024
1 parent f75629c commit e33dcdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catkit_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP1>)
add_library(catkit_core STATIC
DataStream.cpp
SharedMemory.cpp
Synchronization.cpp
SynchronizationConditionVariable.cpp
SynchronizationSemaphore.cpp
Timing.cpp
Log.cpp
LogConsole.cpp
Expand Down

0 comments on commit e33dcdd

Please sign in to comment.