mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 18:59:37 -04:00
some small changes
This commit is contained in:
+8
-1
@@ -71,4 +71,11 @@ add_executable(gk ${RUNTIME_SOURCE})
|
||||
# can be used to test other things.
|
||||
add_library(runtime ${RUNTIME_SOURCE})
|
||||
|
||||
target_link_libraries(gk pthread)
|
||||
|
||||
IF (WIN32)
|
||||
# set stuff for windows
|
||||
target_link_libraries(gk)
|
||||
ELSE()
|
||||
# set stuff for other systems
|
||||
target_link_libraries(gk pthread)
|
||||
ENDIF()
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <io.h>
|
||||
#include <third-party\mman.h>
|
||||
#include <third-party/mman/mman.h>
|
||||
#include <cstring>
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <third-party/mman.h>
|
||||
#include <third-party/mman/mman.h>
|
||||
#include <cstdio>
|
||||
#include "CodeTester.h"
|
||||
#include "Instruction.h"
|
||||
|
||||
Reference in New Issue
Block a user