diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt index 38b0b55aa00..b1654038f86 100644 --- a/src/examples/CMakeLists.txt +++ b/src/examples/CMakeLists.txt @@ -1,7 +1,7 @@ # src/examples set(EXAMPLE_SOURCES - madinfo h2dft hedft hello hatom_energy h2 he tdse_example heat heat2 csqrt hatom_sf_dirac + madinfo h2dft hedft hello hatom_energy h2 he tdse_example heat heat2 csqrt hatom hatom_sf_dirac sdf_shape_tester test_gmres tdse1d vnucso nonlinschro sininteg functionio dataloadbal hatom_1d binaryop dielectric hehf 3dharmonic testsolver testspectralprop dielectric_external_field tiny h2dynamic newsolver testcomplexfunctionsolver diff --git a/src/madness/CMakeLists.txt b/src/madness/CMakeLists.txt index c7142efc970..7b550b33d1c 100644 --- a/src/madness/CMakeLists.txt +++ b/src/madness/CMakeLists.txt @@ -39,6 +39,7 @@ if (NOT MADNESS_BUILD_MADWORLD_ONLY) add_subdirectory(tensor) add_subdirectory(mra) add_subdirectory(chem) + add_subdirectory(lcao) # Create the super library that contains all MADNESS libraries add_library(madness $ $