Starting support for Lauterbach T32 HW Debugger
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
9
hwdebuggers/t32/src/CMakeLists.txt
Normal file
9
hwdebuggers/t32/src/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
set(SRCS
|
||||
t32connector.cc
|
||||
)
|
||||
|
||||
add_executable(fail-client ${SRCS})
|
||||
target_link_libraries(fail-client -Wl,-whole-archive t32api -Wl,-no-whole-archive fail )
|
||||
|
||||
install(TARGETS fail-client RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user