mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed bugs and issues with linking tests
This commit is contained in:
parent
65be8090d3
commit
d4b1ea90c6
11 changed files with 27 additions and 21 deletions
|
|
@ -12,5 +12,6 @@ cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -G Ninja
|
|||
ninja -C build
|
||||
|
||||
# Create symlinks to executables in build folder if necessary
|
||||
rm bin/gdpm bin/gdpm-tests
|
||||
ln -s ../build/gdpm bin/gdpm
|
||||
ln -s ../build/gdpm-tests bin/gdpm-tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue