aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
blob: be131b14418196b8d6cbc22683914a333f5202e2 (plain)
1
2
3
4
5
6
cmake_minimum_required(VERSION 2.6)
project(xbyak)

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