# CMAKE config file for Medieval Town application # DON'T COMMENT THIS OUT, IT IS NEEDED TO AVOID MULTIPLE INCLUDING OF THIS FILE if (NOT MEDIEVAL_CONFIG_USER_LOADED) # DEFINES INVRS DIRECTORY # By uncommenting the following line you can specify the path where your INVRS # installation is located. # If this entry is not set cmake tries to find the path by itself. set ( inVRs_ROOT_DIR ../../ ) set (MEDIEVAL_CONFIG_USER_LOADED ON) endif (NOT MEDIEVAL_CONFIG_USER_LOADED)