Fixed cmake warning.

Angelscript is not separated project, but static library.
This commit is contained in:
deve 2014-10-29 09:30:03 +01:00
parent 09953e622e
commit ab82e3f62a

View File

@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 2.6)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
cmake_policy(SET CMP0003 NEW)
project(Angelscript)
set(ANGELSCRIPT_SOURCE
../../source/as_atomic.cpp
../../source/as_builder.cpp