diff --git a/CMakeLists.txt b/CMakeLists.txt index 59322f5..a5f4cf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,10 +20,11 @@ endif(WIN32) #add library and link add_library(cimgui SHARED ${IMGUI_SOURCES}) target_link_libraries(cimgui ${IMGUI_LIBRARIES}) +set_target_properties(cimgui PROPERTIES PREFIX "") #install install(TARGETS cimgui RUNTIME DESTINATION . LIBRARY DESTINATION . #ARCHIVE DESTINATION lib - ) \ No newline at end of file + )