[nostalgia/core] Cleanup CMake config

This commit is contained in:
2019-10-31 00:22:58 -05:00
parent 3a0b41d2cc
commit 73377068c6
8 changed files with 80 additions and 49 deletions
@@ -0,0 +1,18 @@
add_library(
NostalgiaCore-Userspace
media.cpp
mem.cpp
)
target_link_libraries(
NostalgiaCore-Userspace PUBLIC
OxFS
OxStd
)
install(
TARGETS
NostalgiaCore-Userspace
DESTINATION
include/nostalgia/core
)