diff options
author | Ted Gould <ted@gould.cx> | 2014-02-12 11:22:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-12 11:22:32 -0600 |
commit | 7035341609179f1d646b3c48df79c15d4fa5a72f (patch) | |
tree | d34b4e0902de50a76d6836b637d9b03ea95e2fad /src | |
parent | 23482084db3c4b94ad019639507a5891d2199560 (diff) | |
download | ayatana-indicator-sound-7035341609179f1d646b3c48df79c15d4fa5a72f.tar.gz ayatana-indicator-sound-7035341609179f1d646b3c48df79c15d4fa5a72f.tar.bz2 ayatana-indicator-sound-7035341609179f1d646b3c48df79c15d4fa5a72f.zip |
Setting up the build so we can have Vala mocks
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d548c66..7d58afb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,6 +5,7 @@ set(HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.h") set(SYMBOLS_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.def") +set(VAPI_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.vapi") vapi_gen(accounts-service LIBRARY @@ -93,6 +94,8 @@ vala_finish(indicator-sound-service ${HEADER_PATH} GENERATE_SYMBOLS ${SYMBOLS_PATH} + GENERATE_VAPI + ${VAPI_PATH} ) set_source_files_properties( |