mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 15:05:47 +00:00
7 lines
115 B
Text
7 lines
115 B
Text
|
|
cmake_minimum_required(VERSION 2.8)
|
||
|
|
|
||
|
|
set(ASMJIT_STATIC TRUE)
|
||
|
|
|
||
|
|
add_subdirectory( asmjit )
|
||
|
|
add_subdirectory( rpcs3 )
|