Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
blender-vr-interactive
Commits
4c9107cb
Commit
4c9107cb
authored
Apr 30, 2020
by
Martin Pulec
Browse files
UltraGrid plugin: updated CUDA with cmake
parent
573b472b
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/ultragrid/CMakeLists.txt
View file @
4c9107cb
cmake_minimum_required
(
VERSION 3.10
)
set
(
INC
.
../renderengine/src
...
...
@@ -30,7 +32,8 @@ if(WITH_CLIENT_CESNET)
add_definitions
(
-DWITH_CLIENT_CESNET
)
endif
()
enable_language
(
CUDA
)
include_directories
(
${
INC
}
)
cuda_
add_library
(
ultragrid
${
CLIENT_SUFFIX
}
STATIC
${
SRC
}
)
add_library
(
ultragrid
${
CLIENT_SUFFIX
}
STATIC
${
SRC
}
)
install
(
TARGETS ultragrid
${
CLIENT_SUFFIX
}
DESTINATION lib
)
Write
Preview
Supports
Markdown
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