Skip to content
/ dusl Public

DUSL = Dynamic Utility And Scripting Language

Notifications You must be signed in to change notification settings

Fus3n/dusl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dusl

DUSL = Dynamic Utility And Scripting Language

Build

mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build --config Release