X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=b0ddbdbf2ffec996dbc4f7df6b92bbd00f4e87d3;hb=bc247d4c9e16e548c84466d8975529568e7c395d;hp=b516a9db37148908716e97d0669be880da427f02;hpb=153a7c9c44ac84f32a0869ed14e4f08563e6d97c;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index b516a9db..b0ddbdbf 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -25,6 +25,7 @@ if(check_FOUND) add_subdirectory(apiset) add_subdirectory(apiv3) add_subdirectory(wrap-json) + add_subdirectory(globset) else(check_FOUND) MESSAGE(WARNING "check not found! no test!") endif(check_FOUND)