Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert committed Jan 3, 2024
1 parent 6f555fb commit e6a1935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ target_link_libraries(gdl ws2_32)
endif (MINGW)
if (NOT APPLE AND NOT OSX AND NOT MINGW)
target_link_libraries(gdl rt) # link antlr against gdl. added librt for mmap (unix only, not osx, apparently)
endif (NOT APPLE AND NOT OSX)
endif (NOT APPLE AND NOT OSX AND NOT MING)
target_link_libraries(gdl ${LIBRARIES})

add_definitions(-DHAVE_CONFIG_H)
Expand Down

0 comments on commit e6a1935

Please sign in to comment.