mirror of https://github.com/PCSX2/pcsx2.git
11 lines
251 B
CMake
11 lines
251 B
CMake
|
add_library(rainterface
|
||
|
RA_Consoles.h
|
||
|
RA_Emulators.h
|
||
|
RA_Interface.cpp
|
||
|
RA_Interface.h
|
||
|
)
|
||
|
|
||
|
target_include_directories(rainterface PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||
|
target_include_directories(rainterface INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||
|
|