From 69aef81735129c00c3de7028469146bcd5123be4 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 18 May 2024 10:34:59 +0200 Subject: [PATCH] changed program type to lib --- BeefProj.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BeefProj.toml b/BeefProj.toml index a58815f..856740f 100644 --- a/BeefProj.toml +++ b/BeefProj.toml @@ -1,7 +1,9 @@ FileVersion = 1 +Dependencies = {corlib = "*", corlib = "*"} [Project] Name = "libclang-beef" +TargetType = "BeefLib" StartupObject = "libclang_beef.Program" [Configs.Debug.Win32]