Skip to content

Instantly share code, notes, and snippets.

View pboyer's full-sized avatar

Peter Boyer pboyer

View GitHub Profile
@pboyer
pboyer / CMakeLists.txt
Last active June 21, 2018 18:04 — forked from floooh/CMakeLists.txt
copy asset files as fips code-gen job
# 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()