>< Rendering algorithms to separate directory

This commit is contained in:
Vovanium 2023-11-22 02:12:34 +03:00
parent 11cbeee069
commit ddfc137cf5
13 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project Video_Base extends "video_common" is
for Library_Name use "Video_Base";
for Library_Kind use "static";
for Source_Dirs use (Source_Path & "/base");
for Source_Dirs use (Source_Path & "/base", Source_Path & "/scalar");
for Object_Dir use Object_Path;
for Library_Dir use Library_Path;