Modified sapi root to a general path

This commit is contained in:
doinachiroiu 2020-08-20 07:44:27 +00:00
parent 06bf6cdd34
commit 096d02625d
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,3 @@
.hg/ *.o
pffft.o *.a
test_pffft.o
fftpack.o
libpffft.a
pffft_main pffft_main

View File

@ -31,7 +31,7 @@ target_link_libraries(pffft PUBLIC ${MATH_LIBS})
# Adding dependencies # Adding dependencies
set(SAPI_ROOT "/usr/local/google/home/inach/sandboxed-api" CACHE PATH "Path to the Sandboxed API source tree") set(SAPI_ROOT "../.." CACHE PATH "Path to the Sandboxed API source tree")
# Then configure: # Then configure:
# mkdir -p build && cd build # mkdir -p build && cd build
# cmake .. -G Ninja -DSAPI_ROOT=$HOME/sapi_root # cmake .. -G Ninja -DSAPI_ROOT=$HOME/sapi_root