dolphin/Externals/imgui/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
167 B
CMake
Raw Normal View History

2018-11-26 10:40:34 +00:00
set(SRCS
imgui.cpp
imgui_draw.cpp
imgui_widgets.cpp
)
add_library(imgui STATIC ${SRCS})
target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")