-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework build system to build unified library.
* Update Makefile and CMakeLists.txt to build both standalone and cluster code. * Update dict API to make the API non-static for cluster usage. * Minor changes to a few examples and tests/test.c to get everything compiling. * Use CMake pkg-config .in files in the Makefile Fixes #22
- Loading branch information
1 parent
00f5f24
commit a0fcb70
Showing
10 changed files
with
301 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
obj | ||
lib | ||
compile_commands.json | ||
.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.