mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2025-09-13 22:53:12 +02:00
sharedLib-foo
This commit is contained in:
Submodule dear-imgui.hs updated: e760139a83...4c9b76aed5
@ -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
|
||||||
|
Reference in New Issue
Block a user