Skip to content

Commit

Permalink
[fix] link against Threads lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygmei committed Jul 3, 2022
1 parent 1362acb commit 3582dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set(TILED_INTEGRATION_SOURCES

add_executable(tiled_integration ${TILED_INTEGRATION_HEADERS} ${TILED_INTEGRATION_SOURCES})

find_package(Threads REQUIRED)
target_link_libraries(tiled_integration Threads::Threads)

target_link_libraries(tiled_integration nlohmann)
Expand Down

0 comments on commit 3582dbc

Please sign in to comment.