mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
enable assembler language for the build, not needed for now
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ef8c202c4c
commit
1cf997dde5
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue