mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
11 lines
191 B
CMake
11 lines
191 B
CMake
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
|
||
|
cython_module( array_cython array_cython )
|
||
|
|
||
|
add_triqs_test_txt( array_cython )
|
||
|
|
||
|
cython_module( expr_cython expr )
|
||
|
|
||
|
cython_module( bug bug )
|
||
|
|