add CMakeLists.txt to intall headers

This commit is contained in:
MITSUNARI Shigeo 2017-05-02 17:37:50 +09:00
parent e10a7e7f7c
commit 01745ffc01

6
CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(xbyak)
file(GLOB headers xbyak/*.h)
install(FILES ${headers} DESTINATION include/xbyak)