summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Components/CMakeLists.txt
blob: 187384d7fc9b7c736dbc42e29b525f28e8ae2a1e (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"
)
if(NOT MSVC)
	add_library(Components ${SOURCE})
endif()