Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITASampler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITASampler
Commits
d08b61c4
Commit
d08b61c4
authored
3 years ago
by
Pascal Palenda
Browse files
Options
Downloads
Patches
Plain Diff
Improve install include directory layout
parent
e2ed32aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
d08b61c4
...
...
@@ -43,7 +43,7 @@ add_library (
add_library
(
${
PROJECT_NAME
}
::
${
PROJECT_NAME
}
ALIAS
${
PROJECT_NAME
}
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include> $<INSTALL_INTERFACE:INCLUDE_PATH>
${
PROJECT_NAME
}
PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include> $<INSTALL_INTERFACE:INCLUDE_PATH
/ITASampler
>
)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE ITABase::ITABase ITADataSources::ITADataSources
)
...
...
@@ -63,7 +63,7 @@ packageProject (
VERSION
${
PROJECT_VERSION
}
BINARY_DIR
${
PROJECT_BINARY_DIR
}
INCLUDE_DIR
${
PROJECT_SOURCE_DIR
}
/include
INCLUDE_DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
INCLUDE_DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/ITASampler
DEPENDENCIES
"ITABase;ITADataSources"
COMPATIBILITY ExactVersion
NAMESPACE
${
PROJECT_NAME
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment