~voldyman/switchboard-plug-default-applications/rework

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Akshay Shekher
  • Date: 2013-11-04 07:11:30 UTC
  • Revision ID: voldyman666@gmail.com-20131104071130-dfzil12b755zf6f5
Updated License year & Switched to thread pool instead of making new threads for each change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
find_package (Vala REQUIRED)
11
11
include (ValaVersion)
12
 
ensure_vala_version ("0.16.0" MINIMUM)
 
12
ensure_vala_version ("0.18.0" MINIMUM)
13
13
 
14
14
include (ValaPrecompile)
15
15
# Add all your vala files and requires packages to the List below to include them in the build
16
16
vala_precompile (VALA_C
17
17
    default-plug.vala
18
 
    utils.vala
 
18
    Utils.vala
 
19
    Worker.vala
19
20
    ${CMAKE_CURRENT_BINARY_DIR}/config.vala
20
21
PACKAGES
21
22
    pantheon