Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
06622445
authored
Jun 21, 2016
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtapi_cuda_c: added installation of pdb files in VS debug builds
parent
d6dcb944
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
mtapi_plugins_c/mtapi_cuda_c/CMakeLists.txt
+5
-0
No files found.
mtapi_plugins_c/mtapi_cuda_c/CMakeLists.txt
View file @
06622445
...
@@ -64,3 +64,8 @@ endif()
...
@@ -64,3 +64,8 @@ endif()
install
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/
install
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/
DESTINATION include FILES_MATCHING PATTERN
"*.h"
)
DESTINATION include FILES_MATCHING PATTERN
"*.h"
)
install
(
TARGETS embb_mtapi_cuda_c DESTINATION lib
)
install
(
TARGETS embb_mtapi_cuda_c DESTINATION lib
)
if
(
MSVC
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/Debug/embb_mtapi_cuda_c.pdb
DESTINATION lib
CONFIGURATIONS Debug
)
endif
()
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