Num Rec app and save & loading

This commit is contained in:
IlyaShurupov 2023-10-26 16:27:43 +03:00 committed by Ilya Shurupov
parent ee8027055e
commit fa72355799
12 changed files with 8171 additions and 12 deletions

View file

@ -45,4 +45,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC "./lua")
set_target_properties(${PROJECT_NAME} PROPERTIES
C_STANDARD 99
C_STANDARD_REQUIRED ON
)
)
project(ImageIO)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE ./imageIO/)