summaryrefslogtreecommitdiff
path: root/dash/previews/CMakeLists.txt
diff options
Diffstat (limited to 'dash/previews/CMakeLists.txt')
-rw-r--r--dash/previews/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/dash/previews/CMakeLists.txt b/dash/previews/CMakeLists.txt
index 0f5978421..3c79779de 100644
--- a/dash/previews/CMakeLists.txt
+++ b/dash/previews/CMakeLists.txt
@@ -5,8 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-DGETTEXT_PACKAGE=\"unity\""
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
@@ -21,7 +19,7 @@ link_libraries (${LIBS})
set (LIB_PATHS ${CACHED_UNITY_DEPS_LIBRARY_DIRS})
link_directories (${CMAKE_BINARY_DIR}/UnityCore ${LIB_PATHS})
-include_directories (. .. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
+include_directories (.. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_DIR})
#
# Headers & Sources
@@ -52,26 +50,22 @@ target_link_libraries (previews-lib unity-shared)
# Application Standalone variant
#
add_executable (app_previews StandaloneApplicationPreview.cpp)
-add_dependencies (app_previews previews-lib)
target_link_libraries (app_previews previews-lib unity-shared)
#
# Music Standalone variant
#
add_executable (music_previews StandaloneMusicPreview.cpp)
-add_dependencies (music_previews previews-lib)
target_link_libraries (music_previews previews-lib unity-shared)
#
# Social Standalone variant
#
add_executable (social_previews StandaloneSocialPreview.cpp)
-add_dependencies (social_previews previews-lib)
target_link_libraries (social_previews previews-lib unity-shared)
#
# Music Standalone variant
#
add_executable (movie_previews StandaloneMoviePreview.cpp)
-add_dependencies (movie_previews previews-lib)
target_link_libraries (movie_previews previews-lib unity-shared)