pcsx2/3rdparty/demangler/CMakeLists.txt

7 lines
84 B
CMake

cmake_minimum_required(VERSION 3.6)
project(demangler CXX)
add_subdirectory(src)