Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
4b17e438
Commit
4b17e438
authored
Apr 01, 2016
by
Gordon McShane
Committed by
Harris Hancock
May 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kj/main.c++, kj/arena.c++ to lite-mode to resolve linker error
parent
25ce8b86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
c++/src/kj/CMakeLists.txt
+2
-2
No files found.
c++/src/kj/CMakeLists.txt
View file @
4b17e438
...
...
@@ -11,13 +11,13 @@ set(kj_sources_lite
mutex.c++
string.c++
thread.c++
main.c++
arena.c++
)
set
(
kj_sources_heavy
units.c++
refcount.c++
string-tree.c++
arena.c++
main.c++
parse/char.c++
)
if
(
NOT CAPNP_LITE
)
...
...
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