move char types to os

This commit is contained in:
Vítor Santos Costa 2015-10-22 12:00:27 +01:00
parent db8d44efdc
commit f8836ec1b2

View File

@ -8,7 +8,6 @@ set(PL_SOURCES
boot.yap boot.yap
callcount.yap callcount.yap
checker.yap checker.yap
chtypes.yap
consult.yap consult.yap
control.yap control.yap
corout.yap corout.yap
@ -51,6 +50,7 @@ set(PL_SOURCES
swi.yap swi.yap
yapor.yap yapor.yap
yio.yap yio.yap
../os/chartypes.yap
) )
add_custom_target (${YAP_STARTUP} ALL SOURCES ${PL_SOURCES} ) # WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) add_custom_target (${YAP_STARTUP} ALL SOURCES ${PL_SOURCES} ) # WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )