Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
9e179c37
Commit
9e179c37
authored
Dec 09, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated source_group syntax
parent
44ae0696
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
CMakeLists.txt
CMakeLists.txt
+8
-7
No files found.
CMakeLists.txt
View file @
9e179c37
...
...
@@ -141,13 +141,14 @@ include_directories(${eigen3_nnls_INCLUDE_DIR})
# Custom target for the library, to make the headers show up in IDEs:
add_custom_target
(
eos SOURCES
${
HEADERS
}
)
source_group
(
core include/eos/core/*
)
source_group
(
morphablemodel include/eos/morphablemodel/*
)
source_group
(
morphablemodel\\io include/eos/morphablemodel/io/*
)
source_group
(
fitting include/eos/fitting/*
)
source_group
(
fitting\\detail include/eos/fitting/detail/*
)
source_group
(
render include/eos/render/*
)
source_group
(
render\\detail include/eos/render/detail/*
)
source_group
(
core REGULAR_EXPRESSION include/eos/core/*
)
source_group
(
morphablemodel REGULAR_EXPRESSION include/eos/morphablemodel/*
)
source_group
(
morphablemodel\\io REGULAR_EXPRESSION include/eos/morphablemodel/io/*
)
source_group
(
fitting REGULAR_EXPRESSION include/eos/fitting/*
)
source_group
(
fitting\\detail REGULAR_EXPRESSION include/eos/fitting/detail/*
)
source_group
(
render REGULAR_EXPRESSION include/eos/render/*
)
source_group
(
render\\detail REGULAR_EXPRESSION include/eos/render/detail/*
)
source_group
(
video REGULAR_EXPRESSION include/eos/video/*
)
# The eos install target:
install
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/include/ DESTINATION include
)
# our library headers
...
...
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