Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
components
freertos-portable
Commits
71e079b2
Commit
71e079b2
authored
May 07, 2020
by
Oliver Horst
Browse files
[chg] Adapted link dependencies
parent
4dbec35b
Changes
2
Hide whitespace changes
Inline
Side-by-side
GCC/ARM_CA53_64_BIT/CMakeLists.txt
View file @
71e079b2
...
...
@@ -17,7 +17,7 @@ find_package(
)
find_package
(
xil
-headers
7.0
xil 7.0
REQUIRED
)
...
...
@@ -26,6 +26,11 @@ find_package(
REQUIRED
)
find_package
(
toki-hal-headers 0.1
REQUIRED
)
find_package
(
toki-perfmon 0.1
REQUIRED
...
...
@@ -42,9 +47,10 @@ add_library(
target_link_libraries
(
freertos-portable
#
PRIVATE freertos-headers
xil-headers
PUBLIC freertos-headers
toki-libc-headers
toki-hal-headers
xil
toki-perfmon
)
...
...
GCC/ARM_CA53_64_BIT/freertos-portable-config.cmake.in
View file @
71e079b2
...
...
@@ -2,10 +2,11 @@
include(CMakeFindDependencyMacro)
find_dependency(xil)
find_dependency(freertos-headers)
find_dependency(xil-headers)
find_dependency(toki-hal)
find_dependency(toki-perfmon)
find_dependency(toki-libc-headers)
find_dependency(toki-hal-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/freertos-portable-targets.cmake)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment