diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 4e8490a..46a81fc 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeList.txt : CMake project for Red Alert cmake_minimum_required (VERSION 3.8) -project(RedAlert ASM CXX C) +project(RedAlert CXX C) enable_language(ASM) set(CMAKE_CXX_FLAGS "") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../)