mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
10 lines
251 B
CMake
10 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}")
|
|
|