add public (interface) include directory
This commit is contained in:
@@ -4,6 +4,10 @@ add_library(keycode STATIC
|
|||||||
src/keycode.c
|
src/keycode.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_include_directories(keycode
|
||||||
|
PUBLIC src
|
||||||
|
)
|
||||||
|
|
||||||
add_executable(keycode_test
|
add_executable(keycode_test
|
||||||
src/test.c
|
src/test.c
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user