diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-02-02 21:40:31 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-02-02 21:40:31 +0300 |
| commit | 586a9ace2182b55cd17fe3959871680e009c775e (patch) | |
| tree | 6bf5d0218cd77532c0ef0f6ead36729aaf7bf955 /unit/CMakeLists.txt | |
| parent | c89cf8f3165fa8c60b2d945716d071f390add973 (diff) | |
| download | bhlib-586a9ace2182b55cd17fe3959871680e009c775e.tar.gz | |
Change file naming
This is a follow-up to previous commit.
Diffstat (limited to 'unit/CMakeLists.txt')
| -rwxr-xr-x | unit/CMakeLists.txt | 4 |
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 |
