Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

23 lignes
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})