135
136
# with access to all our internal funcs.
136
137
add_library(ctwmlib OBJECT ${CTWMSRC})
137
138
add_executable(ctwm "ctwm_wrap.c")
139
140
target_link_libraries(ctwm ${CTWMLIBS})
141
142
# This doesn't really serve much purpose at the moment, so it's not even