mirror of
https://github.com/xenia-project/xbyak.git
synced 2025-02-21 11:23:26 +00:00
add CMakeLists.txt to intall headers
This commit is contained in:
parent
e10a7e7f7c
commit
01745ffc01
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(xbyak)
|
||||
|
||||
file(GLOB headers xbyak/*.h)
|
||||
install(FILES ${headers} DESTINATION include/xbyak)
|
||||
|
Loading…
x
Reference in New Issue
Block a user