mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Modified sapi root to a general path
This commit is contained in:
parent
06bf6cdd34
commit
096d02625d
7
oss-internship-2020/pffft/.gitignore
vendored
7
oss-internship-2020/pffft/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
.hg/
|
||||
pffft.o
|
||||
test_pffft.o
|
||||
fftpack.o
|
||||
libpffft.a
|
||||
*.o
|
||||
*.a
|
||||
pffft_main
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user