Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sorebrick authored May 26, 2024
1 parent 06fc830 commit 50e0160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ include_directories(${CMAKE_SOURCE_DIR}/ext)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/tanzanite-run)

add_executable(Tanzanite ${PROJECT_SOURCE_FILES} ${RESOURCE_FILES})

if(WIN32)
target_link_libraries(Tanzanite PRIVATE ws2_32)
endif()

0 comments on commit 50e0160

Please sign in to comment.