File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 51
51
]]
52
52
53
53
basedir = path .getdirectory (_PREMAKE_COMMAND )
54
+ premake .path = premake .path .. " ;" .. path .join (basedir , " modules" )
55
+
54
56
depsdir = path .getabsolute (" ../deps" );
55
57
srcdir = path .getabsolute (" ../src" );
56
58
incdir = path .getabsolute (" ../include" );
Original file line number Diff line number Diff line change 4
4
5
5
config = {}
6
6
7
- dofile " Helpers.lua"
8
- dofile " LLVM.lua"
7
+ include " Helpers.lua"
8
+ include " LLVM.lua"
9
9
10
- solution " CppSharp"
10
+ workspace " CppSharp"
11
11
12
12
configurations { " Debug" , " Release" }
13
13
platforms { target_architecture () }
14
14
15
15
characterset " Unicode"
16
16
symbols " On"
17
-
17
+
18
18
location (builddir )
19
19
objdir (objsdir )
20
20
targetdir (libdir )
21
21
debugdir (bindir )
22
22
23
23
filter " system:windows"
24
24
defines { " WINDOWS" }
25
-
25
+
26
26
filter {}
27
27
28
28
group " Libraries"
You can’t perform that action at this time.
0 commit comments