regression with local directory and {LIB} directory
This commit is contained in:
parent
8b0f31c7eb
commit
3813828dce
7 changed files with 15 additions and 18 deletions
|
|
@ -30,7 +30,7 @@ macro(add_lesson module target files)
|
|||
elseif(${module} MATCHES smp)
|
||||
target_link_libraries(${i} smp eo eoutils)
|
||||
endif()
|
||||
install(TARGETS ${i} RUNTIME DESTINATION ${INSTALL_BASE}/share${INSTALL_SUB_DIR}/${module}/tutorial/${target} COMPONENT examples)
|
||||
install(TARGETS ${i} RUNTIME DESTINATION share${INSTALL_SUB_DIR}/${module}/tutorial/${target} COMPONENT examples)
|
||||
endforeach(i)
|
||||
|
||||
# Custom target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue