Skip to content
Snippets Groups Projects
Commit b65dcd24 authored by Mathieu Peybernes's avatar Mathieu Peybernes
Browse files

update Cmake

parent d1da0743
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,5 @@ target_include_directories (saxpy PUBLIC ${PROJECT_SOURCE_DIR}/include)
add_executable (exec main.c)
# Link the executable to the saxpy library. Since the saxpy library has
# public include directories we will use those link directories when building
# exec
# public include directories, use link directories when building exec
target_link_libraries (exec LINK_PUBLIC saxpy)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment