give the selection cards their own parts instead of label blobs
This commit is contained in:
@@ -10,7 +10,12 @@ set(TARGET_LIB_INCLUDE_DIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/lib"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/external"
|
||||
)
|
||||
set(TARGET_UI_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/ui")
|
||||
set(TARGET_UI_INCLUDE_DIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ui"
|
||||
# The balancing target compiles a few ui files into itself rather than linking the
|
||||
# ui library, and the ship stats panel is built from the selection card's parts.
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ui/selection"
|
||||
)
|
||||
set(TARGET_TEST_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/test")
|
||||
set(TARGET_BALANCING_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/balancing")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user