Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Apr 10, 2024
1 parent e018dc4 commit eb94632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdogs/cwolfmap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_subdirectory(wad)
add_subdirectory(zip)

add_library(cwolfmap STATIC ${CW_SOURCES} ${CWHEADERS})
target_link_libraries(cwolfmap wad zip)
target_link_libraries(cwolfmap wad zip SDL2::SDL2)
if(NOT WIN32)
target_link_libraries(cwolfmap m)
endif()

0 comments on commit eb94632

Please sign in to comment.