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.
|
- 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})
|