picrin/contrib/20.repl/CMakeLists.txt

4 lines
200 B
CMake
Raw Normal View History

2014-08-30 10:30:04 -04:00
list(APPEND PICLIB_CONTRIB_LIBS ${PROJECT_SOURCE_DIR}/contrib/20.repl/repl.scm)
2014-09-30 08:21:59 -04:00
list(APPEND PICRIN_CONTRIB_SOURCES ${PROJECT_SOURCE_DIR}/contrib/20.repl/repl.c)
2014-09-30 08:23:22 -04:00
list(APPEND PICRIN_CONTRIB_INITS repl)