2 #find_package(GSL 2.0 REQUIRED)
3 #find_package(BLAS REQUIRED)
4 #find_package(LAPACK REQUIRED)
6 #add_definitions(-DLATTICESUMS32)
7 #add_definitions(-DQPMS_VECTORS_NICE_TRANSFORMATIONS)
10 #set (DIRS ${GSL_INCLUDE_DIRS} ${GSLCBLAS_INCLUDE_DIRS})
11 #include_directories(${DIRS})
13 #add_library (qpms translations.c tmatrices.c vecprint.c vswf.c wigner.c
14 # lattices2d.c gaunt.c error.c legendre.c symmetries.c vecprint.c
15 # bessel.c own_zgemm.c)
18 #set(LIBS ${LIBS} ${GSL_LIBRARIES} ${GSLCBLAS_LIBRARIES})
20 #target_link_libraries (qpms
26 #target_include_directories (qpms PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
28 add_executable(EwaldTransOps transop_ewald.c transop_ewald_cmdline.c)