mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2024-11-14 17:07:01 +00:00
sharedLib-foo
This commit is contained in:
parent
49539fc1ba
commit
dbb5290f66
@ -1 +1 @@
|
|||||||
Subproject commit e760139a83cc15fa30f81806f0d1d30527c45d82
|
Subproject commit 4c9b76aed5d009d0d263c82d76b3075524a3fbf8
|
@ -41,10 +41,15 @@ library
|
|||||||
default-language:
|
default-language:
|
||||||
Haskell2010
|
Haskell2010
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-Wall
|
-Wall -static -dynamic-too
|
||||||
install-includes:
|
install-includes:
|
||||||
implot/implot.h
|
implot/implot.h
|
||||||
implot/implot_internal.h
|
implot/implot_internal.h
|
||||||
|
imgui/imgui.h
|
||||||
|
imgui/imgui_internal.h
|
||||||
|
imgui/imstb_rectpack.h
|
||||||
|
imgui/imstb_textedit.h
|
||||||
|
imgui/imstb_truetype.h
|
||||||
cxx-sources:
|
cxx-sources:
|
||||||
implot/implot.cpp
|
implot/implot.cpp
|
||||||
implot/implot_demo.cpp
|
implot/implot_demo.cpp
|
||||||
@ -53,9 +58,6 @@ library
|
|||||||
-std=c++11
|
-std=c++11
|
||||||
extra-libraries:
|
extra-libraries:
|
||||||
stdc++
|
stdc++
|
||||||
HSdear-imgui-2.0.0-inplace-ghc8.10.7
|
|
||||||
extra-bundled-libraries:
|
|
||||||
HSdear-implot-1.0.0-inplace
|
|
||||||
include-dirs:
|
include-dirs:
|
||||||
implot
|
implot
|
||||||
dear-imgui.hs/imgui
|
dear-imgui.hs/imgui
|
||||||
|
Loading…
Reference in New Issue
Block a user