~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to plugins/Weather/CMakeLists.txt

  • Committer: Santiago Ocamica
  • Date: 2013-05-20 20:49:35 UTC
  • Revision ID: santi6982@gmail.com-20130520204935-b7oamuampiy2w32m
More work towards a working plug. Enabling and disabling now works, but it doesn't show plug configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    #${VERSIONVALAFLAGS}
13
13
)
14
14
add_library(weather SHARED ${VALA_C})
15
 
#TODO change to PLUGINS_DIR
16
15
set_target_properties(weather PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
17
16
install (TARGETS weather DESTINATION ${PLUGINDIR})
18
17
install (FILES weather.plug DESTINATION ${PLUGINDIR})
19
 
add_schema ("data/weather.gschema.xml")
 
 
b'\\ No newline at end of file'
 
18
add_schema ("data/weather.gschema.xml")