Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mssilk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
mssilk
Commits
ff9ddf98
Commit
ff9ddf98
authored
Aug 24, 2020
by
Julien Wadel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/speedup_windows_build' into 'master'
Use Generic path for installing pdb See merge request
!5
parents
04dade95
dd0f31ee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
ff9ddf98
...
@@ -90,7 +90,7 @@ if(ENABLE_SHARED)
...
@@ -90,7 +90,7 @@ if(ENABLE_SHARED)
endif()
endif()
if(MSVC)
if(MSVC)
if(CMAKE_BUILD_TYPE STREQUAL "
Debug
" OR CMAKE_BUILD_TYPE STREQUAL "
RelWithDebInfo
")
if(CMAKE_BUILD_TYPE STREQUAL "
Debug
" OR CMAKE_BUILD_TYPE STREQUAL "
RelWithDebInfo
")
install(FILES
$
{
CMAKE_CURRENT_BINARY_DIR
}
/
${
CMAKE_BUILD_TYPE
}
/libmssilk.pdb
install(FILES $
<TARGET_PDB_FILE:mssilk>
DESTINATION
${
CMAKE_INSTALL_BINDIR
}
DESTINATION
${
CMAKE_INSTALL_BINDIR
}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
)
...
...
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