dynarmic/externals/xbyak/CMakeLists.txt

7 lines
134 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 2.6)
project(xbyak)
file(GLOB headers xbyak/*.h)
install(FILES ${headers} DESTINATION include/xbyak)