aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:05:00 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:08:41 +0100
commitbdc2305c2376c8b6697b6ecfecce104c956bdfcf (patch)
treea4260a4ad986f2b7babadacbd5932cfb7ef3afbb /CMakeLists.txt
parentf3648fefe040152bb1676d651ebf7d836cb8ac9e (diff)
downloadBobinkCOpcUa-bdc2305c2376c8b6697b6ecfecce104c956bdfcf.tar.gz
BobinkCOpcUa-bdc2305c2376c8b6697b6ecfecce104c956bdfcf.zip
Rename project to BobinkCOpcUa and update readme
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a86cb77..0a0870c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
# turn depends on open62541.
cmake_minimum_required(VERSION 3.17)
-project(BobinkOpcUaC C)
+project(BobinkCOpcUa C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)