Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
typed-geometry
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philip Trettner
typed-geometry
Commits
b483963a
Commit
b483963a
authored
Nov 19, 2020
by
Jonathan Kunstwald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix arcana_source_group for non-VS win32
parent
41065333
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/SourceGroup.cmake
cmake/SourceGroup.cmake
+1
-1
No files found.
cmake/SourceGroup.cmake
View file @
b483963a
...
...
@@ -11,7 +11,7 @@
macro
(
arcana_source_group
)
foreach
(
loop_var
${
ARGN
}
)
if
(
${
CMAKE_GENERATOR
}
MATCHES
"Visual Studio"
)
if
(
${
CMAKE_GENERATOR
}
MATCHES
"Visual Studio"
OR WIN32
)
source_group
(
TREE
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src"
FILES
${${
loop_var
}}
)
else
()
source_group
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src"
FILES
${${
loop_var
}}
)
...
...
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