Step 2
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
message(STATUS " Configuring UI")
|
||||
|
||||
add_library(UI
|
||||
INTERFACE
|
||||
)
|
||||
message(STATUS "··Configuring UI")
|
||||
|
||||
add_subdirectory(Bar)
|
||||
add_subdirectory(Text)
|
||||
|
||||
target_link_libraries(UI
|
||||
INTERFACE Bar Text
|
||||
)
|
||||
|
||||
target_include_directories(UI
|
||||
INTERFACE
|
||||
${INCLUDE_BASE_DIR}
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
add_subdirectory(HostBlock)
|
||||
Reference in New Issue
Block a user