Added missing files

This commit is contained in:
jpekkila
2020-04-09 19:24:55 +03:00
parent ed8a0bf7e6
commit d6e74ee270
3 changed files with 59 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
add_executable(genbenchmarkscripts main.c)
add_custom_command(
TARGET genbenchmarkscripts POST_BUILD
COMMAND genbenchmarkscripts
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
COMMENT "Generating benchmark scripts"
)