This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# a code-gen job must be added to the application's CMakeLists.txt through a call to fips_generate() | |
fips_begin_app(dragons windowed) | |
fips_src(.) | |
fips_generate(FROM files.yml TYPE filecopy OUT_OF_SOURCE ARGS "{ deploy_dir: \"${FIPS_PROJECT_DEPLOY_DIR}\" }") | |
# REMOVE THIS: n3h5_files(files.yml) | |
fips_deps(emsctest) | |
fips_end_app() |