Skip to content

Commit 31ceb10

Browse files
committed
added script to build easily
1 parent 4bb7e91 commit 31ceb10

10 files changed

Lines changed: 749 additions & 180 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ desktop.ini
2929
build/
3030
examples/graph_visualization/external/
3131
dist/
32+
install/
3233
out/
3334
bin/
3435
obj/

graph_viewer_example

-2.17 MB
Binary file not shown.

imgui.ini

Lines changed: 0 additions & 12 deletions
This file was deleted.

install/include/pythonic/pythonicVars.hpp

Lines changed: 742 additions & 120 deletions
Large diffs are not rendered by default.

pythonicConfig.cmake

Lines changed: 0 additions & 5 deletions
This file was deleted.

pythonicConfigVersion.cmake

Lines changed: 0 additions & 43 deletions
This file was deleted.

scripts/build_lib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
4+
cd "$SCRIPT_DIR/.."
5+
cmake -S . -B build && cmake --build build
6+
cmake --install build
File renamed without changes.

test_orderedset_bitwise

-426 KB
Binary file not shown.

test_smart_promo

-220 KB
Binary file not shown.

0 commit comments

Comments
 (0)