ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
step
/
CMakeLists.txt
Revision:
1063
Committed:
Wed Jun 2 17:59:49 2021 UTC
(4 years, 2 months ago) by
francois
Content type:
text/plain
File size:
205 byte(s)
Log Message:
reorganisation des repertoires de magic suite
File Contents
#
Content
1
file(GLOB SRC src/*.cpp)
2
set(STEP_SOURCE ${SRC} )
3
include_directories(src ../constante/src ../template/src ../../addin/outil/src)
4
add_library(step SHARED ${STEP_SOURCE} )
5
target_link_libraries(step )
6
7
8