Set up test framework with demo test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
add_library(gemhadar_lib
|
||||
"fd_io.c"
|
||||
"url.c"
|
||||
)
|
||||
target_include_directories(gemhadar_lib PUBLIC "include")
|
||||
set_property(TARGET gemhadar_lib PROPERTY C_STANDARD 11)
|
||||
|
||||
6
lib/include/url.h
Normal file
6
lib/include/url.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef URL_H
|
||||
#define URL_H
|
||||
|
||||
int foo(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user