mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Remove library options preventing hackage upload (#108)
This commit is contained in:
parent
21ce5cabd8
commit
a2c0c0658e
@ -27,15 +27,15 @@ extra-source-files:
|
|||||||
common build-flags
|
common build-flags
|
||||||
if flag(debug)
|
if flag(debug)
|
||||||
if os(linux)
|
if os(linux)
|
||||||
ghc-options: -Wall -g -rtsopts -dcore-lint -debug -O0
|
ghc-options: -Wall -g -rtsopts -dcore-lint -debug
|
||||||
cc-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer
|
cc-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer
|
||||||
cxx-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer -std=c++11
|
cxx-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer -std=c++11
|
||||||
if os(darwin)
|
if os(darwin)
|
||||||
ghc-options: -Wall -g -rtsopts -dcore-lint -debug -O0
|
ghc-options: -Wall -g -rtsopts -dcore-lint -debug
|
||||||
cc-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer
|
cc-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer
|
||||||
cxx-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer -std=c++11
|
cxx-options: -g -O0 -fsanitize=address -fno-omit-frame-pointer -std=c++11
|
||||||
if os(windows)
|
if os(windows)
|
||||||
ghc-options: -Wall -g -rtsopts -dcore-lint -debug -O0
|
ghc-options: -Wall -g -rtsopts -dcore-lint -debug
|
||||||
cc-options: -g -O0
|
cc-options: -g -O0
|
||||||
cxx-options: -g -O0 -std=c++11
|
cxx-options: -g -O0 -std=c++11
|
||||||
else
|
else
|
||||||
@ -119,7 +119,7 @@ common common
|
|||||||
Haskell2010
|
Haskell2010
|
||||||
|
|
||||||
library
|
library
|
||||||
import: common, build-flags
|
import: common
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
@ -132,6 +132,7 @@ library
|
|||||||
DearImGui.Context
|
DearImGui.Context
|
||||||
DearImGui.Enums
|
DearImGui.Enums
|
||||||
DearImGui.Structs
|
DearImGui.Structs
|
||||||
|
cxx-options: -std=c++11
|
||||||
cxx-sources:
|
cxx-sources:
|
||||||
imgui/imgui.cpp
|
imgui/imgui.cpp
|
||||||
imgui/imgui_demo.cpp
|
imgui/imgui_demo.cpp
|
||||||
@ -234,7 +235,7 @@ library
|
|||||||
DearImGui.GLFW.Vulkan
|
DearImGui.GLFW.Vulkan
|
||||||
|
|
||||||
library dear-imgui-generator
|
library dear-imgui-generator
|
||||||
import: common, build-flags
|
import: common
|
||||||
hs-source-dirs: generator
|
hs-source-dirs: generator
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
DearImGui.Generator
|
DearImGui.Generator
|
||||||
|
Loading…
Reference in New Issue
Block a user