mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-03 19:57:39 +01:00
6 lines
80 B
CMake
6 lines
80 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(libunwind)
|
|
|
|
add_subdirectory(src)
|
|
|