From 01745ffc01cfb49c4c18df9f39f267ce65bb0555 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 2 May 2017 17:37:50 +0900 Subject: add CMakeLists.txt to intall headers --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..be131b1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 2.6) +project(xbyak) + +file(GLOB headers xbyak/*.h) +install(FILES ${headers} DESTINATION include/xbyak) + -- cgit v1.2.3