cmake: fix pthread linking, take 2
This commit is contained in:
@@ -87,8 +87,6 @@ else()
|
|||||||
target_link_libraries(86Box SDL2::SDL2)
|
target_link_libraries(86Box SDL2::SDL2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(plat pthread)
|
|
||||||
|
|
||||||
find_package(PNG REQUIRED)
|
find_package(PNG REQUIRED)
|
||||||
include_directories(${PNG_INCLUDE_DIRS})
|
include_directories(${PNG_INCLUDE_DIRS})
|
||||||
target_link_libraries(86Box PNG::PNG)
|
target_link_libraries(86Box PNG::PNG)
|
||||||
|
Reference in New Issue
Block a user