summaryrefslogtreecommitdiff
path: root/365compat/CMakeLists.txt
blob: 7c765389bf2b9971898f277c6e4d7069636572df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#   Copyright (C) 2021 Reiko Asakura. All Rights Reserved.
#
#   Vita Development Suite Libraries
#

include_directories(SYSTEM
  ../include/kernel
  ../include/common
)

add_library(365compat STATIC
  sceKernelCpuUnrestrictedMemcpy.c
)

install(TARGETS
  365compat
  ARCHIVE DESTINATION lib/vdsuite
)