@ -24,7 +24,7 @@
#
cmake_minimum_required(VERSION 2.8.9)
project(Magnum)
project(Magnum CXX)
# Find Corrade first so we can check on the target
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/modules/")
project(MyApplication)
project(MyApplication CXX)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../modules/")