Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Merge requests
!11
Couldn't fetch the linked file.
Cinematic mode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cinematic mode
cinematic-mode
into
master
Overview
1
Commits
1
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Ghost User
requested to merge
cinematic-mode
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 7
version 7
61ceb3b2
4 years ago
version 6
3a3be4a1
4 years ago
version 5
4d08cc7c
4 years ago
version 4
b229f0cb
4 years ago
version 3
78c5d6ef
4 years ago
version 2
a45bbe83
4 years ago
version 1
0df223c4
4 years ago
master (base)
and
latest version
latest version
ea361055
1 commit,
4 years ago
version 7
61ceb3b2
1 commit,
4 years ago
version 6
3a3be4a1
1 commit,
4 years ago
version 5
4d08cc7c
6 commits,
4 years ago
version 4
b229f0cb
6 commits,
4 years ago
version 3
78c5d6ef
5 commits,
4 years ago
version 2
a45bbe83
3 commits,
4 years ago
version 1
0df223c4
2 commits,
4 years ago
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
indra/llcommon/CMakeLists.txt
+
2
−
2
Options
@@ -330,10 +330,10 @@ if (LL_TESTS)
LL_ADD_INTEGRATION_TEST
(
llframetimer
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llheteromap
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llinstancetracker
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llleap
""
"
${
test_libs
}
"
)
#
LL_ADD_INTEGRATION_TEST(llleap "" "${test_libs}")
LL_ADD_INTEGRATION_TEST
(
llmainthreadtask
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llpounceable
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llprocess
""
"
${
test_libs
}
"
)
#
LL_ADD_INTEGRATION_TEST(llprocess "" "${test_libs}")
LL_ADD_INTEGRATION_TEST
(
llprocessor
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llprocinfo
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llrand
""
"
${
test_libs
}
"
)
Loading