taisei/CMakeLists.txt
Lukas Weber 95c257064c first commit
yay, let's get things started.
2010-10-12 10:55:23 +02:00

8 lines
153 B
CMake

project(openth)
cmake_minimum_required(VERSION 2.6)
add_subdirectory(src)
set(DATA_DIR "share/openth")
install(DIRECTORY gfx DESTINATION ${DATA_DIR})