mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-05 13:45:36 +00:00
6 lines
134 B
CMake
6 lines
134 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(xbyak)
|
|
|
|
file(GLOB headers xbyak/*.h)
|
|
install(FILES ${headers} DESTINATION include/xbyak)
|
|
|