slint/examples/cpptest
Simon Hausmann 2e0a5ddb25 Create & install a cmake package file (part 3)
The cargo target directory tree is now populated with a cmake package
file and that's also installed into the prefix specified with the cargo
cmake xtask.

As a consequence, the cpptest example can be built by first building the
cmake package:

    cargo xtask cmake

    or

    cargo xtask cmake --release --target some-triplet)

    or

    cargo xtask cmake --release --prefix /somewhere --install

and then run cmake in the cpptest example with a prefix path:

    -DCMAKE_PREFIX_PATH=/where/you/installed/it or simply
    -DCMAKE_PREFIX_PATH=../../target/debug for example.

Pending still is the sixtyfps compiler tool installation and discovery.
2020-06-04 15:33:18 +02:00
..
.gitignore Ignore more generated files 2020-05-11 10:56:33 +02:00
CMakeLists.txt Create & install a cmake package file (part 3) 2020-06-04 15:33:18 +02:00
hello.60 Begin working on a Node API 2020-06-03 17:33:05 +02:00
main.cpp reformat 2020-05-28 17:15:11 +02:00