capitalization of include and library
This commit is contained in:
@@ -37,7 +37,7 @@ endif()
|
|||||||
add_library(wiiuse SHARED ${SOURCES} ${API})
|
add_library(wiiuse SHARED ${SOURCES} ${API})
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries(wiiuse Ws2_32 setupapi ${WINHID_LIBRARIES})
|
target_link_libraries(wiiuse ws2_32 setupapi ${WINHID_LIBRARIES})
|
||||||
elseif(LINUX)
|
elseif(LINUX)
|
||||||
target_link_libraries(wiiuse m ${BLUEZ_LIBRARIES})
|
target_link_libraries(wiiuse m ${BLUEZ_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIIUSE_WIN32
|
#ifdef WIIUSE_WIN32
|
||||||
#include <Winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIIUSE_BLUEZ
|
#ifdef WIIUSE_BLUEZ
|
||||||
#include <arpa/inet.h> /* htons() */
|
#include <arpa/inet.h> /* htons() */
|
||||||
|
|||||||
Reference in New Issue
Block a user