mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
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:
parent
fc4dbfeec4
commit
d946d6a3ec
5 changed files with 3 additions and 7 deletions
|
|
@ -57,7 +57,6 @@ add_library(cockatrice_card STATIC
|
|||
target_include_directories(cockatrice_card
|
||||
PUBLIC include
|
||||
PUBLIC ${CMAKE_SOURCE_DIR}/common
|
||||
PUBLIC ${CMAKE_SOURCE_DIR}/libs/settings/include
|
||||
PUBLIC ${CMAKE_SOURCE_DIR}/cockatrice/src/filters
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue