cmake fix

This commit is contained in:
Max-Wilhelm Bruker 2012-02-25 23:18:08 +01:00
parent 89b8fe1e21
commit 65d4c77ee8
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../common)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
ADD_EXECUTABLE(servatrice ${servatrice_SOURCES} ${servatrice_HEADERS_MOC})
TARGET_LINK_LIBRARIES(servatrice cockatrice_common ${QT_LIBRARIES} ${PROTOBUF_LIBRARIES} ${LIBGCRYPT_LIBRARY})
TARGET_LINK_LIBRARIES(servatrice cockatrice_common ${QT_LIBRARIES} ${LIBGCRYPT_LIBRARY})
#add_custom_target(versionheader ALL DEPENDS version_header)
add_custom_command(