1
0
Fork 0
mirror of https://github.com/pineappleEA/pineapple-src synced 2024-09-22 00:21:39 +02:00
pineapple-src/externals/xbyak/CMakeLists.txt
2020-12-28 15:15:37 +00:00

6 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)