mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
7 lines
115 B
CMake
7 lines
115 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
set(ASMJIT_STATIC TRUE)
|
|
|
|
add_subdirectory( asmjit )
|
|
add_subdirectory( rpcs3 )
|