Use lite-xl as project and exacutable names

This commit is contained in:
redtide
2021-06-25 22:54:02 +02:00
parent cc568e65fc
commit df63775dca
7 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
project('lite', 'c', 'cpp', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
project('lite-xl', 'c', 'cpp', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
if host_machine.system() == 'darwin'
add_languages('objc')