Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
ALPACA
xb-engine
core
rtbf
Commits
79a15dda
Commit
79a15dda
authored
2 years ago
by
Mitch Burnett
Browse files
Options
Download
Email Patches
Plain Diff
include rtbfinfo with lib only build
parent
b2faf27c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+7
-6
meson.build
with
7 additions
and
6 deletions
+7
-6
meson.build
+
7
-
6
View file @
79a15dda
...
...
@@ -66,13 +66,14 @@ rtbf_lib = shared_library(
rtbf_lib_dep
=
declare_dependency
(
link_with
:
rtbf_lib
,
dependencies
:
cuda_dep
,
include_directories
:
incdir
)
executable
(
'rtbf_info'
,
rtbf_info_src
,
link_with
:
rtbf_lib
,
dependencies
:
cuda_dep
,
c_args
:
dparams
,
install
:
true
)
if
not
shared_only
executable
(
'rtbf_info'
,
rtbf_info_src
,
link_with
:
rtbf_lib
,
dependencies
:
cuda_dep
,
c_args
:
dparams
,
install
:
true
)
executable
(
'demortbf'
,
demo_rtbf_src
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Topics
Snippets