mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 01:30:13 +01:00
7 lines
118 B
CMake
7 lines
118 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
set(ASMJIT_STATIC TRUE)
|
|
|
|
add_subdirectory( asmjitsrc )
|
|
add_subdirectory( rpcs3 )
|