mirror of
https://github.com/FEX-Emu/xbyak.git
synced 2024-11-30 10:01:07 +00:00
7 lines
134 B
CMake
7 lines
134 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(xbyak)
|
|
|
|
file(GLOB headers xbyak/*.h)
|
|
install(FILES ${headers} DESTINATION include/xbyak)
|
|
|