ci: libenet detection was broken

This commit is contained in:
Dimitris Panokostas 2024-10-29 22:44:54 +01:00
parent 698ca83394
commit 3d3ee553c5
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -32,7 +32,7 @@ find_helper(LIBSERIALPORT libserialport libserialport.h serialport)
find_helper(PORTMIDI portmidi portmidi.h portmidi)
find_helper(LIBMPEG2_CONVERT libmpeg2convert mpeg2convert.h mpeg2convert)
find_helper(LIBMPEG2 libmpeg2 mpeg2.h mpeg2)
find_helper(LIBENET libenet enet.h enet)
find_helper(LIBENET libenet enet/enet.h enet)
include_directories(${SDL2_INCLUDE_DIR} ${SDL2_IMAGE_INCLUDE_DIR} ${SDL2_TTF_INCLUDE_DIR} ${LIBENET_INCLUDE_DIRS})