mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03: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 )
|