Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
1404a5c6
Commit
1404a5c6
authored
Jun 06, 2023
by
Alan Turner
Browse files
Add include dir to test_jit_library
parent
0a763c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/jit_library/CMakeLists.txt
test/jit_library/CMakeLists.txt
+1
-0
No files found.
test/jit_library/CMakeLists.txt
View file @
1404a5c6
add_test_executable
(
test_jit_library jit_library.cpp
)
add_test_executable
(
test_jit_library jit_library.cpp
)
add_dependencies
(
test_jit_library jit_library
)
add_dependencies
(
test_jit_library jit_library
)
target_include_directories
(
test_jit_library PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../library/src/jit_library/include>
)
target_link_libraries
(
test_jit_library PRIVATE jit_library
)
target_link_libraries
(
test_jit_library PRIVATE jit_library
)
Write
Preview
Markdown
is supported
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