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
204 B
Text
Raw Permalink 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)
2015-12-09 23:52:21 +01:00
find_package(Lua 5.3 EXACT REQUIRED)
2014-09-22 20:35:45 +02:00
add_subdirectory(src)