summaryrefslogtreecommitdiffstats
path: root/src/Bindings/CMakeLists.txt
blob: c181f4355c4744bb46d01eb39d0c29ae26a60980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

cmake_minimum_required (VERSION 2.6)
project (MCServer)

# NOTE: This CMake file is processed only for Unix builds; Windows(MSVC) builds handle all the subfolders in /src in a single file, /src/CMakeLists.txt

#add cpp files here
add_library(Bindings PluginManager LuaState WebPlugin Bindings ManualBindings LuaWindow Plugin PluginLua WebPlugin)

target_link_libraries(Bindings lua sqlite tolualib)