summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/CMakeLists.txt
blob: 55600cff65fe618bd6cc4e8f67f49301a08815f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required (VERSION 2.6)
project (MCServer)

include_directories ("${PROJECT_SOURCE_DIR}/../")

file(GLOB SOURCE
    "*.cpp"
    "*.h"
)

add_library(Components ${SOURCE})