diff options
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 |
