Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
cmake_minimum_required(VERSION 2.8)
project(demo_room)
project(moving_title)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
add_executable(demo_room demo_room.cpp)
add_executable(moving_title Moving_title.cpp the_maze.h)
target_link_libraries(demo_room ncurses grandmaze)
target_link_libraries(moving_title ncurses grandmaze)