CMakeLists: Remove hardcoded sqlite3 link with MSVC
This commit is contained in:
@@ -1201,9 +1201,6 @@ endif()
|
|||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries(strawberry_lib PRIVATE dsound dwmapi)
|
target_link_libraries(strawberry_lib PRIVATE dsound dwmapi)
|
||||||
if(MSVC)
|
|
||||||
target_link_libraries(strawberry_lib PRIVATE sqlite3)
|
|
||||||
endif()
|
|
||||||
if(GETOPT_INCLUDE_DIRS)
|
if(GETOPT_INCLUDE_DIRS)
|
||||||
target_include_directories(strawberry_lib SYSTEM PRIVATE ${GETOPT_INCLUDE_DIRS})
|
target_include_directories(strawberry_lib SYSTEM PRIVATE ${GETOPT_INCLUDE_DIRS})
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user