~rmescandon/unity-scope-libertaddigital/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Roberto Mier Escandón
  • Date: 2015-08-18 10:11:17 UTC
  • Revision ID: rmescandon@gmail.com-20150818101117-fxenavyqiiqo489q
modified first news default image. Removed some not valid aggregated categories from keyword (finance, technology)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Put the ini file in the build directory next to the scope
 
2
# .so file so test tools can find both easily.
 
3
intltool_merge_translations(
 
4
  "${CMAKE_SOURCE_DIR}/data/${SCOPE_NAME}.ini.in"
 
5
  "${CMAKE_CURRENT_BINARY_DIR}/${SCOPE_NAME}.ini"
 
6
  ALL
 
7
  UTF8
 
8
)
 
9
 
 
10
# Install the scope ini file
 
11
install(
 
12
  FILES "${CMAKE_CURRENT_BINARY_DIR}/${SCOPE_NAME}.ini"
 
13
  DESTINATION ${SCOPE_INSTALL_DIR}
 
14
)
 
15
 
1
16
function(configure_data_content)
2
17
  foreach(_file ${ARGV})
3
18
    configure_file(
13
28
    "feeds.json"
14
29
    "images/ld_icon.png"
15
30
    "images/ld_logo.png"
 
31
    "images/first_news_logo.png"
16
32
    "images/01-section.png"
17
33
    "images/02-categories.png"
18
34
    "images/03-preview.png"