T32: Code cleanup.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2104 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,6 +1 @@
|
||||
set(SRCS
|
||||
hlinknet.cc
|
||||
hremote.cc
|
||||
)
|
||||
|
||||
add_library(t32api ${SRCS})
|
||||
add_library(t32api hlinknet.cc hremote.cc)
|
||||
|
||||
@ -8,4 +8,4 @@ target_link_libraries(fail-client -Wl,-whole-archive t32api -Wl,-no-whole-archiv
|
||||
install(TARGETS fail-client RUNTIME DESTINATION bin)
|
||||
|
||||
add_executable(t32cli t32cli.cc)
|
||||
target_link_libraries(t32cli -Wl,-whole-archive t32api -Wl,-no-whole-archive)
|
||||
target_link_libraries(t32cli t32api)
|
||||
|
||||
Reference in New Issue
Block a user