~erasmo-marin/webby-browser/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Erasmo Marín
  • Date: 2015-10-22 06:59:01 UTC
  • mfrom: (15.1.1 webby-browser)
  • Revision ID: erasmo.marin@gmail.com-20151022065901-pivvlxod3kmmi6a0
Save main window state

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            src/DesktopFile.vala
116
116
            src/InfoDialog.vala
117
117
            src/Launcher.vala
 
118
            src/Settings.vala
118
119
            src/UrlEntry.vala
119
120
            src/WebApp.vala
120
121
            src/WebBar.vala
121
122
            src/Webby.vala
122
123
            src/WebAppWindow.vala)
123
124
 
 
125
#
 
126
# schema
 
127
#
 
128
add_subdirectory (schemas)
 
129
 
124
130
 
125
131
include(ValaPrecompile)
126
132
vala_precompile(VALA_C ${SRC_FILES} PACKAGES ${PKG_DEPS}
139
145
add_executable(webby ${VALA_C})
140
146
target_link_libraries(webby ${SQLITE_LIBRARIES} ${CLUTTERGTK_LIBRARIES} -lm)
141
147
install(TARGETS webby RUNTIME DESTINATION bin)
142
 
 
143
 
#
144
 
# GSettings Schema
145
 
#
146
 
include(GSettings)
147
 
add_schema("org.pantheon.Webby.gschema.xml")