Setting up run Component

This commit is contained in:
n0ffie 2024-12-28 01:51:07 +01:00
parent d375f9ca7d
commit 5c8504288b
13 changed files with 586 additions and 157 deletions

View file

@ -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()