Commit f4af7588 authored by jan.koester's avatar jan.koester
Browse files

test

parent 254cbe00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ include_directories(
    ${CMAKE_SOURCE_DIR}/src
)

find_package(yaml)
find_package(yaml REQUIRED)
if(${YAML_FOUND}) 
    set( yamlconfsrc "yaml/yamlconf.cpp")
    add_library(yamlconf SHARED ${yamlconfsrc})