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"
|
||||
pic"On" -- fix warning when statically linking <relocation against ... in read-only section .text>
|
||||
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
|
||||
<br> `<target-directory>` - the directory where the static library will be placed
|
||||
|
|
|
|||
Loading…
Reference in New Issue