mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 19:38:30 +01:00
Remove the "lib" prefix in CMakeLists.txt.
This commit is contained in:
@@ -20,10 +20,11 @@ endif(WIN32)
|
|||||||
#add library and link
|
#add library and link
|
||||||
add_library(cimgui SHARED ${IMGUI_SOURCES})
|
add_library(cimgui SHARED ${IMGUI_SOURCES})
|
||||||
target_link_libraries(cimgui ${IMGUI_LIBRARIES})
|
target_link_libraries(cimgui ${IMGUI_LIBRARIES})
|
||||||
|
set_target_properties(cimgui PROPERTIES PREFIX "")
|
||||||
|
|
||||||
#install
|
#install
|
||||||
install(TARGETS cimgui
|
install(TARGETS cimgui
|
||||||
RUNTIME DESTINATION .
|
RUNTIME DESTINATION .
|
||||||
LIBRARY DESTINATION .
|
LIBRARY DESTINATION .
|
||||||
#ARCHIVE DESTINATION lib
|
#ARCHIVE DESTINATION lib
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user