fixed libcyaml link issue
This commit is contained in:
parent
e694c32496
commit
156b962300
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ else()
|
|||
FetchContent_MakeAvailable(raylib)
|
||||
endif()
|
||||
|
||||
find_path(CYAML_INCLUDE_DIR cyaml/cyaml.h)
|
||||
find_library(CYAML_LIBRARY cyaml)
|
||||
|
||||
set(SOURCES
|
||||
kubo_file.c
|
||||
kubo_input.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue