Change file naming
This is a follow-up to previous commit.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/unit.h>
|
||||
#include <BH/Unit.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct BH_Unit
|
||||
Reference in New Issue
Block a user