Unverified Commit 757e233e authored by Mark Lindner's avatar Mark Lindner Committed by GitHub

Merge pull request #151 from bwalle/master

Fix compilation of tests for out-of-tree-build
parents 175a7e3c b2a103ff
......@@ -4,6 +4,8 @@ else()
set(libname "config")
endif()
include_directories(${CMAKE_SOURCE_DIR}/lib)
add_executable(libconfig_tests
tests.c
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment