Closes #4982 Closes #4964 Switched to CMake, added an installer/uninstaller

This commit is contained in:
Eric Gregory 2012-04-23 18:54:26 -07:00
parent 3b1c6d8122
commit 9e3bab47f0
21 changed files with 1175 additions and 483 deletions

4
sql/CMakeLists.txt Normal file
View file

@ -0,0 +1,4 @@
set(SQL_DEST share/geary/sql)
install(FILES Create.sql DESTINATION ${SQL_DEST})