]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/CMakeLists.txt
Drop obsolete configuration macros
[irrlicht.git] / source / Irrlicht / CMakeLists.txt
index eeb1029a27c89cf3cf274b80df6ccaf256136da9..7b511455aea91fe79fb700fe07366c20a7107b9b 100644 (file)
@@ -63,6 +63,12 @@ if(NOT REVISION_SANITY_CHECK)
        message(FATAL_ERROR "IrrlichtMt revision number mismatches between CMake and headers.")
 endif()
 
+# Platform-independent configuration (hard-coded currently)
+add_definitions(
+       -DIRR_ENABLE_BUILTIN_FONT
+       -D_IRR_COMPILE_WITH_SKINNED_MESH_SUPPORT_
+       )
+
 # Platform-specific configuration
 
 if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")