Setting up run Component
This commit is contained in:
parent
d375f9ca7d
commit
5c8504288b
13 changed files with 586 additions and 157 deletions
|
@ -121,6 +121,8 @@ add_executable(${GUI_TARGET_NAME}
|
|||
${SVA_GUI_FILES}
|
||||
)
|
||||
|
||||
source_group(TREE ${PROJECT_SOURCE_DIR}/src/ PREFIX "Source" FILES ${SVA_GUI_FILES})
|
||||
|
||||
# ---------------
|
||||
# RAYLIB
|
||||
# ---------------
|
||||
|
@ -209,4 +211,5 @@ if(${SVA_CREATE_INCLUDES_TARGET})
|
|||
SOURCES
|
||||
${INCLUDE_FILES}
|
||||
)
|
||||
source_group(TREE ${PROJECT_SOURCE_DIR}/include/ PREFIX "Source" FILES ${INCLUDE_FILES})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue