enable assembler language for the build, not needed for now

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-01-10 00:30:42 +02:00
parent ef8c202c4c
commit 1cf997dde5
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
# find -name '*.cmake' -exec grep -E 'TODO|FIXME' {} +
# find -name CMakeLists.txt -exec grep -E 'TODO|FIXME' {} +
project(katie)
project(katie C CXX ASM)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)

View file

@ -53,7 +53,7 @@ set(CORE_HEADERS
# TODO: inline assembly check
set(CORE_SOURCES
${CORE_SOURCES}
${CMAKE_CURRENT_SOURCE_DIR}/arch/i386/qatomic_i386.s
# ${CMAKE_CURRENT_SOURCE_DIR}/arch/i386/qatomic_${KATIE_ARCHITECTURE}.s
)
if(UNIX)