Things don't need to manually include utility headers if they already link against it. Settings should link against utility. Deck_List needs pb generated files.

Took 10 minutes
This commit is contained in:
Lukas Brübach 2025-10-04 21:02:19 +02:00
parent fc4dbfeec4
commit d946d6a3ec
5 changed files with 3 additions and 7 deletions

View file

@ -56,8 +56,6 @@ add_library(cockatrice_server STATIC
target_include_directories(cockatrice_server
PUBLIC include
PUBLIC ${CMAKE_SOURCE_DIR}/common
PUBLIC ${CMAKE_SOURCE_DIR}/libs/pb
PUBLIC ${CMAKE_SOURCE_DIR}/libs/utility
PUBLIC ${CMAKE_BINARY_DIR}/libs/pb
)