updated main cmake file to remove linking to blink module.
This commit is contained in:
parent
25283c1d84
commit
e887d69e5d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,10 +7,11 @@ add_executable(${PROJECT_NAME}
|
|||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/inc/
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
blink
|
||||
#blink
|
||||
gcc
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue