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