summaryrefslogblamecommitdiffstats
path: root/src/Mobs/CMakeLists.txt
blob: 90294631e59f90b3279b9762a94d96b78867d3d0 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                 

                
         


                           
                            

cmake_minimum_required (VERSION 2.6)
project (MCServer)

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

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

add_library(Mobs ${SOURCE})
add_subdirectory(Components)