aboutsummaryrefslogtreecommitdiff
path: root/unit/CMakeLists.txt
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-02-02 21:40:31 +0300
committerMikhail Romanko <me@blankhex.com>2025-02-02 21:40:31 +0300
commit586a9ace2182b55cd17fe3959871680e009c775e (patch)
tree6bf5d0218cd77532c0ef0f6ead36729aaf7bf955 /unit/CMakeLists.txt
parentc89cf8f3165fa8c60b2d945716d071f390add973 (diff)
downloadbhlib-586a9ace2182b55cd17fe3959871680e009c775e.tar.gz
Change file naming
This is a follow-up to previous commit.
Diffstat (limited to 'unit/CMakeLists.txt')
-rwxr-xr-xunit/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit/CMakeLists.txt b/unit/CMakeLists.txt
index 28d7ce9..42e9ffb 100755
--- a/unit/CMakeLists.txt
+++ b/unit/CMakeLists.txt
@@ -10,11 +10,11 @@ set(CMAKE_C_EXTENSIONS OFF)
# Library code
set(BHUNIT_SOURCE
- src/unit.c
+ src/Unit.c
)
set(BHUNIT_HEADER
- include/bh/unit.h
+ include/BH/Unit.h
)
# Library