mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Properly name lib targets.
Took 24 minutes
This commit is contained in:
parent
408b732854
commit
2ce855cb17
11 changed files with 34 additions and 34 deletions
|
|
@ -106,9 +106,9 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|||
add_executable(servatrice MACOSX_BUNDLE ${servatrice_MOC_SRCS} ${servatrice_RESOURCES_RCC} ${servatrice_SOURCES})
|
||||
|
||||
if(CMAKE_HOST_SYSTEM MATCHES "FreeBSD")
|
||||
target_link_libraries(servatrice cockatrice_common Threads::Threads ${SERVATRICE_QT_MODULES} ${LIBEXECINFO_LIBRARY})
|
||||
target_link_libraries(servatrice cockatrice_common cockatrice_deck_list cockatrice_server Threads::Threads ${SERVATRICE_QT_MODULES} ${LIBEXECINFO_LIBRARY})
|
||||
else()
|
||||
target_link_libraries(servatrice cockatrice_common Threads::Threads ${SERVATRICE_QT_MODULES})
|
||||
target_link_libraries(servatrice cockatrice_common cockatrice_deck_list cockatrice_server Threads::Threads ${SERVATRICE_QT_MODULES})
|
||||
endif()
|
||||
|
||||
# install rules
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "servatrice_database_interface.h"
|
||||
|
||||
#include "../../libs/utility/passwordhasher.h"
|
||||
#include "utility/passwordhasher.h"
|
||||
#include "deck_list/deck_list.h"
|
||||
#include "pb/game_replay.pb.h"
|
||||
#include "servatrice.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue