mq6: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-09-14 16:20:18 -06:00
committed by Mihai Tudor Panu
parent 1563c71c5f
commit cd7815aa07
10 changed files with 329 additions and 2 deletions

View File

@ -43,6 +43,7 @@ add_executable (mq2-example mq2.cxx)
add_executable (mq3-example mq3.cxx)
add_executable (mq4-example mq4.cxx)
add_executable (mq5-example mq5.cxx)
add_executable (mq6-example mq6.cxx)
add_executable (mq7-example mq7.cxx)
add_executable (mq8-example mq8.cxx)
add_executable (mq9-example mq9.cxx)
@ -301,6 +302,7 @@ target_link_libraries (mq2-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq3-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq4-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq5-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq6-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq7-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq8-example gas ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (mq9-example gas ${CMAKE_THREAD_LIBS_INIT})