4 lines
82 B
CMake
4 lines
82 B
CMake
set(SQL_DEST share/geary/sql)
|
|
|
|
install(FILES Create.sql DESTINATION ${SQL_DEST})
|
|
|