CMakeLists.txt
changeset 62 d92358eafead
parent 59 19cfaceda6bb
child 63 c17f3295f52c
equal deleted inserted replaced
61:745b73f91607 62:d92358eafead
    14 # You should have received a copy of the GNU General Public License
    14 # You should have received a copy of the GNU General Public License
    15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    16 
    16 
    17 cmake_minimum_required(VERSION 2.6)
    17 cmake_minimum_required(VERSION 2.6)
    18 project(lua-lm C)
    18 project(lua-lm C)
    19 set(PROJECT_VERSION "0.9.4")
    19 set(PROJECT_VERSION "0.9.5")
    20 
    20 
    21 ## User options
    21 ## User options
    22 option(DEBUG      "Enable debugging output" OFF)
    22 option(DEBUG      "Enable debugging output" OFF)
    23 option(WANT_LUA52 "Force Lua 5.2 usage"     OFF)
    23 option(WANT_LUA52 "Force Lua 5.2 usage"     OFF)
    24 set(TEST_USER        "test@jabber.org" CACHE STRING "Testing: Your jabber account name")
    24 set(TEST_USER        "test@jabber.org" CACHE STRING "Testing: Your jabber account name")