git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
10 lines
210 B
CMake
10 lines
210 B
CMake
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)
|
|
|