Skip to content

Commit

Permalink
Add scripts for building samples and jni-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura committed Dec 10, 2023
1 parent 7d0b004 commit 8ee04f4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/c/jni-lib/build_release.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose
2 changes: 2 additions & 0 deletions src/main/c/jni-lib/build_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose
2 changes: 2 additions & 0 deletions src/main/c/samples/ConvertTapeFile/build_release.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose
2 changes: 2 additions & 0 deletions src/main/c/samples/ConvertTapeFile/build_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose
2 changes: 2 additions & 0 deletions src/main/c/samples/DxFeedConnect/build_release.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose
2 changes: 2 additions & 0 deletions src/main/c/samples/DxFeedConnect/build_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --verbose

0 comments on commit 8ee04f4

Please sign in to comment.