smpl shortarray

This commit is contained in:
Christien Rioux 2023-08-07 08:07:51 -04:00
parent c59828df90
commit e68cbb26eb
7 changed files with 80 additions and 24 deletions

View file

@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "veilidchat")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.vekoni.veilidchat.veilidchat")
set(APPLICATION_ID "com.veilid.veilidchat")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.