Rename project

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 21:00:54 +01:00
parent 7c20697661
commit 83fe30408f
44 changed files with 473 additions and 359 deletions

View File

@@ -1,10 +1,10 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
project(my_linkding LANGUAGES CXX)
project(linkdy LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "my_linkding")
set(BINARY_NAME "linkdy")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.