X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=f0349a68ea2bb997d26a80ae83a7a6bb9460b232;hb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;hp=f63f27aeb38393f6968ae0132e3e2bf6af2782b5;hpb=63682b4da9d3e892d1d0a671de860adc43068142;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index f63f27ae..f0349a68 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -22,6 +22,8 @@ if(check_FOUND) INCLUDE_DIRECTORIES(${INCLUDE_DIRS} ${check_INCLUDE_DIRS}) SET(link_libraries ${link_libraries} ${check_LDFLAGS}) add_subdirectory(session) + add_subdirectory(apiset) + add_subdirectory(apiv3) else(check_FOUND) MESSAGE(WARNING "check not found! no test!") endif(check_FOUND)