cmake, better isolated :)

This commit is contained in:
Thomas Fischer 2014-03-18 13:27:25 +01:00
parent 29d7fe310d
commit 444b12a670
21 changed files with 957 additions and 0 deletions

5
Tools/CMake/opcode.cmake Normal file
View file

@ -0,0 +1,5 @@
project(opcode)
addLibrary("${libDir}/opcode;${libDir}/opcode/Ice" opcode GLOB)
set_property(TARGET opcode PROPERTY COMPILE_DEFINITIONS TORQUE_OPCODE ICE_NO_DLL)