mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00: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 )
|