This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/CMakeLists.txt

10 lines
167 B
Text
Raw Normal View History

2014-09-22 20:35:45 +02:00
cmake_minimum_required(VERSION 2.8.3)
project(RPGEDIT CXX)
find_package(PkgConfig REQUIRED)
pkg_check_modules(SDL2 REQUIRED sdl2 SDL2_image)
add_subdirectory(src)