This commit is contained in:
2024-07-09 08:37:31 -05:00
parent cd36679a1c
commit dfbe97988f
4 changed files with 80 additions and 4 deletions

View File

@ -41,6 +41,10 @@ function(add_project_executable name dependencies libraries)
${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}/${name}/src/*.cxx
)
if (PROJECT_WINDOWS_VERSION_RC)
list(APPEND sources ${PROJECT_WINDOWS_VERSION_RC})
endif()
add_executable(${name}
${headers}
${sources}