tools/corrosion/test/cbindgen/CMakeLists.txt
branchtransitional_engine
changeset 16067 d903f8d2395a
parent 16050 6a3dc15b78b9
equal deleted inserted replaced
16065:7b8d96fc8799 16067:d903f8d2395a
     5 )
     5 )
     6 # Todo: We also should add a cpp2rust test with the following setup:
     6 # Todo: We also should add a cpp2rust test with the following setup:
     7 # - A rust lib that is used by a rust executable
     7 # - A rust lib that is used by a rust executable
     8 # - cbindgen creates bindings for the rust-lib
     8 # - cbindgen creates bindings for the rust-lib
     9 # - c++ code uses the rust lib and is used in turn by the rust bin.
     9 # - c++ code uses the rust lib and is used in turn by the rust bin.
       
    10 
       
    11 # todo: add a test for the DEPFILE and correct regenerating if the sources are touched.