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/
pffft.o
test_pffft.o
fftpack.o
libpffft.a
*.o
*.a
pffft_main

View File

@ -31,7 +31,7 @@ target_link_libraries(pffft PUBLIC ${MATH_LIBS})
# 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:
# mkdir -p build && cd build
# cmake .. -G Ninja -DSAPI_ROOT=$HOME/sapi_root