file(GLOB IMPLOT_SOURCES *.cpp) add_library(implot ${IMPLOT_SOURCES}) target_link_libraries(implot PUBLIC imgui ) target_include_directories(implot PUBLIC ${CMAKE_CURRENT_LIST_DIR} ) set_target_properties(implot PROPERTIES UNITY_BUILD OFF )