URL in CMake change.

This commit is contained in:
Edwin Noorlander 2025-02-19 16:19:40 +01:00
parent 8bc6932e36
commit c252dd0671

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
# Set the project name and version # Set the project name and version
project(main VERSION 1.0.0 HOMEPAGE_URL "https://git.noorlander.info" DESCRIPTION "Demo embedded linux C project" LANGUAGES C) project(main VERSION 1.0.0 HOMEPAGE_URL "https://git.noorlander.info/E.Noorlander/Cmake_C_Project" DESCRIPTION "Demo embedded linux C project" LANGUAGES C)
# Set a custom application name and definitions # Set a custom application name and definitions
set(BIN_NAME "test") set(BIN_NAME "test")