diff --git a/.gitignore b/.gitignore index 53794bc..3322da9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,12 @@ bin/ *.obj *.pdf AlphaPhase*1* +CMakeFiles/ +lib/ +CMakeCache.txt +MakeFile +cmake_install.cmake +compile_commands.json +nbproject/ +Makefile + diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bc2f1d..2e6046c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,13 +64,13 @@ endif(${USE_HDF5}) # RELEASE, and TESTING. You should review this file and make sure the flags # are to your liking. INCLUDE(${CMAKE_MODULE_PATH}/SetFortranFlags.cmake) -SET(SRCAH ../alphahouse/src/) +#SET(SRCAH ../alphahouse/src/) # Have the .mod files placed in the lib folder SET(CMAKE_Fortran_MODULE_DIRECTORY ${LIB}) # The source for the BAR library and have it placed in the lib folder -ADD_SUBDIRECTORY(${SRCAH} ${LIB}/AH) +#ADD_SUBDIRECTORY(${SRCAH} ${LIB}/AH) # TODO add tests to correct location ADD_SUBDIRECTORY(${SRCALPHAPHASE} ${BIN})