mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Don't build test
This commit is contained in:
parent
3714abde1c
commit
698bc16ecd
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ add_library(cosched STATIC scheduler.cpp include/scheduler.hpp)
|
|||
target_link_libraries(cosched PUBLIC async)
|
||||
target_include_directories(cosched PUBLIC include/)
|
||||
|
||||
add_executable(test test.cpp)
|
||||
target_link_libraries(test PRIVATE cosched)
|
||||
#add_executable(test test.cpp)
|
||||
#target_link_libraries(test PRIVATE cosched)
|
||||
|
||||
install(TARGETS cosched
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue