diff options
Diffstat (limited to '3rdparty/implot/CMakeLists.txt')
-rw-r--r-- | 3rdparty/implot/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/implot/CMakeLists.txt b/3rdparty/implot/CMakeLists.txt new file mode 100644 index 0000000..6b92b02 --- /dev/null +++ b/3rdparty/implot/CMakeLists.txt @@ -0,0 +1,7 @@ +file(GLOB IMPLOT_SOURCES *.cpp) + +add_library(implot ${IMPLOT_SOURCES}) +target_include_directories(implot PRIVATE + ${CMAKE_SOURCE_DIR}/3rdparty/implot + ${CMAKE_SOURCE_DIR}/3rdparty/imgui +) |