Engine is now installable
This commit is contained in:
@@ -11,4 +11,14 @@ target_sources(Engine
|
||||
VerticalLayout.h
|
||||
VerticalLayout.cpp)
|
||||
|
||||
target_sources(Engine
|
||||
PUBLIC FILE_SET HEADERS
|
||||
FILES
|
||||
HorizontalLayout.h
|
||||
Layout.h
|
||||
RenderHierarchy.h
|
||||
System.h
|
||||
VerticalLayout.h)
|
||||
|
||||
|
||||
add_subdirectory(Elements/)
|
||||
@@ -7,4 +7,12 @@ target_sources(Engine
|
||||
Label.h
|
||||
Label.cpp
|
||||
Panel.h
|
||||
Panel.cpp)
|
||||
Panel.cpp)
|
||||
|
||||
target_sources(Engine
|
||||
PUBLIC FILE_SET HEADERS
|
||||
FILES
|
||||
Button.h
|
||||
Element.h
|
||||
Label.h
|
||||
Panel.h)
|
||||
|
||||
Reference in New Issue
Block a user