mirror of
https://github.com/RPCSX/xbyak.git
synced 2024-11-30 06:40:35 +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…
Reference in New Issue
Block a user