Edit README.md
This commit is contained in:
parent
562888b62d
commit
341153ea7d
|
|
@ -27,8 +27,6 @@ local imguisfml = require("path/to/premake-scripts/imgui-sfml/build-imgui-sfml")
|
||||||
filter"system:linux"
|
filter"system:linux"
|
||||||
pic"On" -- fix warning when statically linking <relocation against ... in read-only section .text>
|
pic"On" -- fix warning when statically linking <relocation against ... in read-only section .text>
|
||||||
filter""
|
filter""
|
||||||
|
|
||||||
externalwarnings "Off" --turn off build warnings created from sfml, imgui, and it's depedencies
|
|
||||||
```
|
```
|
||||||
4. In the workspace, add these lines to add each dependency as its own project
|
4. In the workspace, add these lines to add each dependency as its own project
|
||||||
<br> `<target-directory>` - the directory where the static library will be placed
|
<br> `<target-directory>` - the directory where the static library will be placed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue