Fixed cmake warning.
Angelscript is not separated project, but static library.
This commit is contained in:
parent
09953e622e
commit
ab82e3f62a
@ -1,9 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 2.6)
|
|
||||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
|
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
|
||||||
cmake_policy(SET CMP0003 NEW)
|
cmake_policy(SET CMP0003 NEW)
|
||||||
|
|
||||||
project(Angelscript)
|
|
||||||
|
|
||||||
set(ANGELSCRIPT_SOURCE
|
set(ANGELSCRIPT_SOURCE
|
||||||
../../source/as_atomic.cpp
|
../../source/as_atomic.cpp
|
||||||
../../source/as_builder.cpp
|
../../source/as_builder.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user