mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 10:38:24 -05:00
7 lines
134 B
CMake
Executable File
7 lines
134 B
CMake
Executable File
cmake_minimum_required(VERSION 2.6)
|
|
project(xbyak)
|
|
|
|
file(GLOB headers xbyak/*.h)
|
|
install(FILES ${headers} DESTINATION include/xbyak)
|
|
|