Move CMake library's files to libraries dir.

This commit is contained in:
LuisAntonRebollo 2014-06-02 01:26:39 +02:00
parent bea23eb814
commit 492f217330
15 changed files with 15 additions and 15 deletions

View file

@ -0,0 +1,9 @@
project(opcode)
addPath("${libDir}/${PROJECT_NAME}")
addPath("${libDir}/${PROJECT_NAME}/Ice")
addStaticLib()
addDef(TORQUE_OPCODE)
addDef(ICE_NO_DLL)