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

11 lines
208 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)
2014-09-27 16:25:26 +02:00
pkg_check_modules(LUA REQUIRED lua>=5.2)
2014-09-22 20:35:45 +02:00
add_subdirectory(src)