X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=7779b9ce1ca73fcad0e477b4077919e90742af81;hb=54ee027acc775f792e9f7de9d633ef9849eb24d4;hp=8cb32e0a8367f519586f12037d13028f2703ac2a;hpb=c5b1997a24f3e4af73af7d0674c99f5f13135e1a;p=platform%2Fcore%2Fapi%2Fefl-util.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cb32e0..7779b9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,8 @@ CONFIGURE_FILE( ) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) +ADD_SUBDIRECTORY(test) + IF(UNIX) ADD_CUSTOM_TARGET (distclean @echo cleaning for source distribution)