File: config.cmake

package info (click to toggle)
oxygencursors 0.0.2012-06-kde4.8-6
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,732 kB
  • sloc: sh: 54; makefile: 53; python: 39
file content (8 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
file(GLOB SVGS svg/*.svg)
file(GLOB CONFIGS config/*.in)
file(GLOB SYMLINKS_PATHS symlinks/*)

set(SVGDIR ${CMAKE_SOURCE_DIR}/svg)
set(CONFIGDIR ${CMAKE_SOURCE_DIR}/config)
set(MAKE_CONFIG ${CMAKE_SOURCE_DIR}/make_config.cmake)
set(MAKE_SVG ${CMAKE_SOURCE_DIR}/make_svg.cmake)