initial commit
This commit is contained in:
13
CMakeLists.txt
Normal file
13
CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
project(keycode)
|
||||
|
||||
add_library(keycode STATIC
|
||||
src/keycode.c
|
||||
)
|
||||
|
||||
add_executable(keycode_test
|
||||
src/test.c
|
||||
)
|
||||
|
||||
target_link_libraries(keycode_test
|
||||
keycode
|
||||
)
|
||||
Reference in New Issue
Block a user