Fix code crash caused by missing resource file

Crashes when the developer console gets invoked due to missing textures.
This commit is contained in:
Kawe Mazidjatari 2023-05-13 01:49:31 +02:00
parent 7419170b63
commit dcb22a5a13

View File

@ -4,6 +4,7 @@ add_module( "shared_lib" "gamesdk" "vpc" ${FOLDER_CONTEXT} )
start_sources()
add_sources( SOURCE_GROUP "Core"
"${ENGINE_SOURCE_DIR}/resource/r5dev.rc"
"assert.h"
"dllmain.cpp"
"init.cpp"