Embedded Resources

This commit is contained in:
Isuru Samarathunga
2025-11-01 11:13:04 +05:30
parent dd2d2e1ae8
commit ab484b4016
11 changed files with 248 additions and 18 deletions

View File

@ -9,6 +9,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
project(IAEngine)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Configuring IAEngine for Debug..")
#add_compile_options(-O0)