diff --git a/oss-internship-2020/pffft/.gitignore b/oss-internship-2020/pffft/.gitignore index 0469302..ad64a9d 100644 --- a/oss-internship-2020/pffft/.gitignore +++ b/oss-internship-2020/pffft/.gitignore @@ -1,6 +1,3 @@ -.hg/ -pffft.o -test_pffft.o -fftpack.o -libpffft.a +*.o +*.a pffft_main \ No newline at end of file diff --git a/oss-internship-2020/pffft/CMakeLists.txt b/oss-internship-2020/pffft/CMakeLists.txt index c0d62cb..a9ba38a 100644 --- a/oss-internship-2020/pffft/CMakeLists.txt +++ b/oss-internship-2020/pffft/CMakeLists.txt @@ -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