Added a program to inject ASM code in a binary blob
authorbsegovia <devnull@localhost>
Sat, 29 Oct 2011 00:27:49 +0000 (00:27 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:02 +0000 (16:15 -0700)
src/CMakeLists.txt

index 1805ef9..067e99e 100644 (file)
@@ -39,6 +39,7 @@ ADD_LIBRARY(cl_test STATIC
             tests/cl_file_map.c)
 TARGET_LINK_LIBRARIES(cl_test cl)
 
+ADD_EXECUTABLE(cl_inject cl_inject.c tests/cl_file_map.c)
 ADD_EXECUTABLE(test_write_only tests/test_write_only.c)
 ADD_EXECUTABLE(test_copy_buffer tests/test_copy_buffer.c)
 ADD_EXECUTABLE(test_copy_image tests/test_copy_image.c)