Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
6e68b653
Commit
6e68b653
authored
Aug 20, 2021
by
Pascal Palenda
Browse files
Remove sub folder include directories
parent
bf9be9fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ITABase/CMakeLists.txt
View file @
6e68b653
...
...
@@ -4,9 +4,4 @@ if (ITA_BASE_WITH_JSON_SUPPORT)
target_sources
(
${
PROJECT_NAME
}
PRIVATE UtilsJSON.h
)
endif
()
file
(
RELATIVE_PATH INCLUDE_PATH
${
PROJECT_SOURCE_DIR
}
${
CMAKE_CURRENT_LIST_DIR
}
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_LIST_DIR
}
> $<INSTALL_INTERFACE:INCLUDE_PATH>
)
add_subdirectory
(
Math
)
include/ITABase/Math/CMakeLists.txt
View file @
6e68b653
target_sources
(
${
PROJECT_NAME
}
PRIVATE LinearAlgebra.h PiecewisePolynomial.h Spline.h
)
file
(
RELATIVE_PATH INCLUDE_PATH
${
PROJECT_SOURCE_DIR
}
${
CMAKE_CURRENT_LIST_DIR
}
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_LIST_DIR
}
> $<INSTALL_INTERFACE:INCLUDE_PATH>
)
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