mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Build as shared library
This commit is contained in:
parent
2f43b6d41b
commit
9d1047be54
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ project(cosched LANGUAGES CXX)
|
|||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_library(cosched STATIC
|
||||
add_library(cosched SHARED
|
||||
scheduler.cpp include/scheduler.hpp
|
||||
scheduled_thread.cpp include/scheduled_thread.hpp
|
||||
basic-coro/SingleEvent.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue