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