[imgui] Remove conan dest imgui dir
This commit is contained in:
parent
7005ef0bcf
commit
d294bbde85
34
deps/imgui/CMakeLists.txt
vendored
34
deps/imgui/CMakeLists.txt
vendored
@ -1,34 +0,0 @@
|
|||||||
add_library(
|
|
||||||
imgui-glfw OBJECT
|
|
||||||
src/imgui_impl_glfw.cpp
|
|
||||||
src/imgui_impl_opengl3.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
find_package(glfw3 REQUIRED)
|
|
||||||
find_package(imgui REQUIRED)
|
|
||||||
|
|
||||||
target_link_libraries(
|
|
||||||
imgui-glfw PUBLIC
|
|
||||||
${OPENGL_gl_LIBRARY}
|
|
||||||
glfw::glfw
|
|
||||||
imgui::imgui
|
|
||||||
)
|
|
||||||
|
|
||||||
if(NOT MSVC)
|
|
||||||
target_compile_options(
|
|
||||||
imgui-glfw PRIVATE
|
|
||||||
-Wno-all
|
|
||||||
-Wno-extra
|
|
||||||
-Wno-old-style-cast
|
|
||||||
-Wno-deprecated-declarations
|
|
||||||
-Wno-null-dereference
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(
|
|
||||||
TARGETS
|
|
||||||
imgui-glfw
|
|
||||||
DESTINATION
|
|
||||||
LIBRARY DESTINATION lib/nostalgia
|
|
||||||
ARCHIVE DESTINATION lib/nostalgia
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user