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.
|
- ACME_MODULE(
- #==========================================================================
- # general module information
- #==========================================================================
- NAME TSE_LispIntegration
- TYPE LIBRARY
-
- #==========================================================================
- # files of this module
- #==========================================================================
- INCLUDE_BASE src
- bin
- FILES_PRIVATE_HEADER src/*.h
- FILES_SOURCE src/main.cpp
- #DEPENDENCIES TSE_Engine
- )
-
- file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/bin/pre.slime
- DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
-
- file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/bin/test.slime
- DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|