Added missing files
This commit is contained in:
8
samples/genbenchmarkscripts/CMakeLists.txt
Normal file
8
samples/genbenchmarkscripts/CMakeLists.txt
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user