mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
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}")
|
|
|