mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 08:16:02 -04:00
Use shim in Listener/Deci2Server
This commit is contained in:
+3
-4
@@ -18,9 +18,8 @@ add_executable(goalc-test
|
||||
|
||||
IF (WIN32)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
# TODO - implement windows listener
|
||||
message("Windows Listener Not Implemented!")
|
||||
target_link_libraries(goalc-test mman goos util runtime compiler type_system gtest)
|
||||
# TODO - split out these declarations for platform specific includes
|
||||
target_link_libraries(goalc-test cross_sockets listener mman goos util runtime compiler type_system gtest)
|
||||
ELSE()
|
||||
target_link_libraries(goalc-test goos util listener runtime compiler type_system gtest)
|
||||
target_link_libraries(goalc-test cross_sockets goos util listener runtime compiler type_system gtest)
|
||||
ENDIF()
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#ifdef __linux__
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "goalc/listener/Listener.h"
|
||||
#include "game/system/Deci2Server.h"
|
||||
@@ -126,5 +124,3 @@ TEST(Listener, ListenerMultipleDecis) {
|
||||
l.disconnect();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user