You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 line
866 B

  1. ACME_MODULE(
  2. #==========================================================================
  3. # general module information
  4. #==========================================================================
  5. NAME TSE_LispIntegration
  6. TYPE LIBRARY
  7. #==========================================================================
  8. # files of this module
  9. #==========================================================================
  10. INCLUDE_BASE src
  11. bin
  12. FILES_PRIVATE_HEADER src/*.h
  13. FILES_SOURCE src/main.cpp
  14. #DEPENDENCIES TSE_Engine
  15. )
  16. file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/bin/pre.slime
  17. DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
  18. file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/bin/test.slime
  19. DESTINATION ${CMAKE_CURRENT_BINARY_DIR})