Creation
This commit is contained in:
11
app/CMakeLists.txt
Normal file
11
app/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# Application configuration
|
||||
add_executable(
|
||||
bs
|
||||
main.c
|
||||
)
|
||||
|
||||
# linking configuration
|
||||
target_link_libraries(
|
||||
bs PRIVATE jtag_core
|
||||
)
|
||||
Reference in New Issue
Block a user