Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CoMISo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CoMISo
CoMISo
Commits
821a0cba
Commit
821a0cba
authored
Feb 22, 2019
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug output of include directories
parent
d28d6f1a
Pipeline
#8805
failed with stages
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
821a0cba
...
@@ -406,6 +406,10 @@ target_include_directories (CoMISo PUBLIC
...
@@ -406,6 +406,10 @@ target_include_directories (CoMISo PUBLIC
${
COMISO_INCLUDE_DIRECTORIES
}
${
COMISO_INCLUDE_DIRECTORIES
}
)
)
get_target_property
(
INC_DIRS CoMISo INCLUDE_DIRECTORIES
)
message
(
"Target CoMISo include dirs:
${
INC_DIRS
}
"
)
message
(
"COMISO_INCLUDE_DIRECTORIES:
${
COMISO_INCLUDE_DIRECTORIES
}
"
)
message
(
"COMISO_LINK_DIRECTORIES:
${
COMISO_LINK_DIRECTORIES
}
"
)
message
(
"COMISO_LINK_DIRECTORIES:
${
COMISO_LINK_DIRECTORIES
}
"
)
if
(
COMISO_LINK_DIRECTORIES
)
if
(
COMISO_LINK_DIRECTORIES
)
set_target_properties
(
CoMISo PROPERTIES LINK_DIRECTORIES
${
COMISO_LINK_DIRECTORIES
}
)
set_target_properties
(
CoMISo PROPERTIES LINK_DIRECTORIES
${
COMISO_LINK_DIRECTORIES
}
)
...
...
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