diff options
author | Christian Dywan <christian@twotoasts.de> | 2015-03-15 19:20:40 +0000 |
---|---|---|
committer | RabbitBot <> | 2015-03-15 19:20:40 +0000 |
commit | ba888ce817b47ed7f272612f62d93377e5ef9784 (patch) | |
tree | e76b1e6021b51876e3f8b8a016b88ebdde503f85 /tests | |
parent | bbe3091ae9a37ac5e913ee7d9d6503c966c13a5b (diff) | |
parent | b4f14489b629553a97062742d508d66a6724ac2d (diff) | |
download | midori-ba888ce817b47ed7f272612f62d93377e5ef9784.tar.gz |
Clean up vapi dependency
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 54b66808..f507ccfd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -26,7 +26,6 @@ foreach(UNIT_SRC ${TESTS}) CUSTOM_VAPIS ${EXTRA_VAPIS} "${CMAKE_SOURCE_DIR}/midori/midori.vapi" - "${CMAKE_SOURCE_DIR}/katze/katze.vapi" "${CMAKE_BINARY_DIR}/midori/${LIBMIDORI}.vapi" ) |