diff --git a/test/ltable-test/CMakeLists.txt b/test/ltable-test/CMakeLists.txt index e795a0a..1acdac9 100644 --- a/test/ltable-test/CMakeLists.txt +++ b/test/ltable-test/CMakeLists.txt @@ -1,6 +1,7 @@ SET (BinName ltable_test) FILE (GLOB_RECURSE BinSources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} LTableTest.vala) SET (BinPackages gee-0.8) +SET (BinPkgModules gee-0.8) SET (BinCustomVapis ${CMAKE_BINARY_DIR}/src/latex-struct/${PROJECT_LOWERCASE_NAME}-${MAJOR}.vapi) SET (BinLinkLibs ${PROJECT_LOWERCASE_NAME}) INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/src/latex-struct") diff --git a/test/parse-test/CMakeLists.txt b/test/parse-test/CMakeLists.txt index 5b01dfd..cc49da2 100644 --- a/test/parse-test/CMakeLists.txt +++ b/test/parse-test/CMakeLists.txt @@ -1,6 +1,7 @@ SET (BinName parse_test) FILE (GLOB_RECURSE BinSources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ParseTest.vala) SET (BinPackages gee-0.8) +SET (BinPkgModules gee-0.8) SET (BinCustomVapis ${CMAKE_BINARY_DIR}/src/latex-struct/${PROJECT_LOWERCASE_NAME}-${MAJOR}.vapi) SET (BinLinkLibs ${PROJECT_LOWERCASE_NAME}) INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/src/latex-struct") diff --git a/test/split-test/CMakeLists.txt b/test/split-test/CMakeLists.txt index f517222..8a7aaf7 100644 --- a/test/split-test/CMakeLists.txt +++ b/test/split-test/CMakeLists.txt @@ -1,6 +1,7 @@ SET (BinName split_test) FILE (GLOB_RECURSE BinSources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} SplitTest.vala) SET (BinPackages gee-0.8) +SET (BinPkgModules gee-0.8) SET (BinCustomVapis ${CMAKE_BINARY_DIR}/src/latex-struct/${PROJECT_LOWERCASE_NAME}-${MAJOR}.vapi) SET (BinLinkLibs ${PROJECT_LOWERCASE_NAME}) INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/src/latex-struct")