Disable "hard" examples in CI
[qpms.git] / apps / transop-ewald / CMakeLists.txt
blobc9dbb4866e43d2ba1ce18cec903e048cc333f3dd
1 #packages
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)
9 ##includes
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)
16 use_c99()
18 #set(LIBS ${LIBS} ${GSL_LIBRARIES} ${GSLCBLAS_LIBRARIES})
20 #target_link_libraries (qpms
21 #       gsl
22 #       lapack
23 #       blas
24 #       amos
25 #       )
26 #target_include_directories (qpms PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
28 add_executable(EwaldTransOps transop_ewald.c transop_ewald_cmdline.c)