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