diff options
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6db6ba..cdf217f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,10 +9,10 @@ ADD_DEFINITIONS("-D_USE_SECURE_LOG_") # subdir ADD_SUBDIRECTORY(src) -ADD_SUBDIRECTORY(res/edje) -ADD_SUBDIRECTORY(res/edje/icons) +#ADD_SUBDIRECTORY(res/edje) +#ADD_SUBDIRECTORY(res/edje/icons) ADD_SUBDIRECTORY(res/po) -ADD_SUBDIRECTORY(res/edje/sounds) +#ADD_SUBDIRECTORY(res/edje/sounds) CONFIGURE_FILE(attach-panel-document.manifest ${PKGNAME}.manifest) |