@ -39,14 +39,14 @@ endif()
add_subdirectory ( dependencies )
set ( CMAKE_FOLDER ${ CMKR_CMAKE_FOLDER } )
# sr c
# te s t s
set ( CMKR_CMAKE_FOLDER ${ CMAKE_FOLDER } )
if ( CMAKE_FOLDER )
set ( CMAKE_FOLDER "${CMAKE_FOLDER}/ src ")
set ( CMAKE_FOLDER "${CMAKE_FOLDER}/ tests ")
else ( )
set ( CMAKE_FOLDER src )
set ( CMAKE_FOLDER tests )
endif ( )
add_subdirectory ( src )
add_subdirectory ( tests )
set ( CMAKE_FOLDER ${ CMKR_CMAKE_FOLDER } )
# T a r g e t T h e o d o s i u s
@ -74,16 +74,16 @@ list(APPEND Theodosius_SOURCES
" i n c l u d e / r e c o m p / r e l o c . h p p "
" i n c l u d e / r e c o m p / s y m b o l _ t a b l e . h p p "
" i n c l u d e / t h e o . h p p "
" s r c / th e o / de c o m p / d e c o m p . c p p "
" s r c / th e o / de c o m p / r o u t i n e . c p p "
" s r c / th e o / de c o m p / s y m b o l . c p p "
" s r c / th e o / ob f / e n g i n e . c p p "
" s r c / th e o / ob f / p a s s e s / j c c _ r e w r i t e _ p a s s . c p p "
" s r c / th e o / ob f / p a s s e s / n e x t _ i n s t _ p a s s . c p p "
" s r c / th e o / ob f / p a s s e s / r e l o c _ t r a n s f o r m _ p a s s . c p p "
" s r c / th e o / re c o m p / r e c o m p . c p p "
" s r c / th e o / re c o m p / s y m b o l _ t a b l e . c p p "
" s r c / t h e o /t h e o .c p p "
" s r c / de c o m p / d e c o m p . c p p "
" s r c / de c o m p / r o u t i n e . c p p "
" s r c / de c o m p / s y m b o l . c p p "
" s r c / ob f / e n g i n e . c p p "
" s r c / ob f / p a s s e s / j c c _ r e w r i t e _ p a s s . c p p "
" s r c / ob f / p a s s e s / n e x t _ i n s t _ p a s s . c p p "
" s r c / ob f / p a s s e s / r e l o c _ t r a n s f o r m _ p a s s . c p p "
" s r c / re c o m p / r e c o m p . c p p "
" s r c / re c o m p / s y m b o l _ t a b l e . c p p "
" s r c / t h e o .c p p "
)
list ( APPEND Theodosius_SOURCES