Single cmakelist, because I'm done maintaining an unstable shitty build system, one is easier
This commit is contained in:
2
external/imgui/CMakeLists.txt
vendored
2
external/imgui/CMakeLists.txt
vendored
@@ -25,4 +25,4 @@ else()
|
||||
endif()
|
||||
|
||||
target_include_directories(imgui PUBLIC ${SDL2_INCLUDE_DIRS} imgui imgui/backends)
|
||||
target_link_libraries(imgui PUBLIC SDL2main SDL2 ${LIBRARIES} )
|
||||
target_link_libraries(imgui PUBLIC ${SDL2_LIBRARIES} ${LIBRARIES})
|
||||
Reference in New Issue
Block a user