summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-14 14:29:19 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-14 14:29:19 (GMT)
commita154682fc1b25581742d38dd5fe9aa06ede167b7 (patch)
tree7574933b0cc8767a963ca1198425ba9e071374c6 /src/uscxml/plugins/element
parenta49c068652d82ab40386bb702d0bd01e46015e7c (diff)
downloaduscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.zip
uscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.tar.gz
uscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.tar.bz2
Fixed bugs and worked on MMI bridge
Diffstat (limited to 'src/uscxml/plugins/element')
-rw-r--r--src/uscxml/plugins/element/CMakeLists.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/uscxml/plugins/element/CMakeLists.txt b/src/uscxml/plugins/element/CMakeLists.txt
index fa54fc3..0c9cbda 100644
--- a/src/uscxml/plugins/element/CMakeLists.txt
+++ b/src/uscxml/plugins/element/CMakeLists.txt
@@ -1,8 +1,8 @@
# Fetch element
file(GLOB_RECURSE FETCH_ELEMENT
- src/uscxml/plugins/element/fetch/*.cpp
- src/uscxml/plugins/element/fetch/*.h
+ fetch/*.cpp
+ fetch/*.h
)
source_group("Element\\fetch" FILES ${FETCH_ELEMENT})
if (BUILD_AS_PLUGINS)
@@ -19,8 +19,8 @@ endif()
# Postpone element
file(GLOB_RECURSE POSTPONE_ELEMENT
- src/uscxml/plugins/element/postpone/*.cpp
- src/uscxml/plugins/element/postpone/*.h
+ postpone/*.cpp
+ postpone/*.h
)
source_group("Element\\postpone" FILES ${POSTPONE_ELEMENT})
if (BUILD_AS_PLUGINS)
@@ -37,8 +37,8 @@ endif()
# Respond element
file(GLOB_RECURSE RESPOND_ELEMENT
- src/uscxml/plugins/element/respond/*.cpp
- src/uscxml/plugins/element/respond/*.h
+ respond/*.cpp
+ respond/*.h
)
source_group("Element\\respond" FILES ${RESPOND_ELEMENT})
if (BUILD_AS_PLUGINS)
@@ -51,3 +51,5 @@ else()
list (APPEND USCXML_FILES ${RESPOND_ELEMENT})
endif()
+set(USCXML_INCLUDE_DIRS ${USCXML_INCLUDE_DIRS} PARENT_SCOPE)
+set(USCXML_FILES ${USCXML_FILES} PARENT_SCOPE) \ No newline at end of file