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