Skip to content

Commit 6334f19

Browse files
author
Koen Deforche
committed
cleanup deploy.sh remainings
1 parent f299812 commit 6334f19

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

examples/hello/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,3 @@ WT_ADD_EXAMPLE(hello.wt hello.C)
1616
# instead of the following:
1717
#
1818
INCLUDE_DIRECTORIES(${WT_SOURCE_DIR}/src)
19-
20-
#
21-
# Create a deploy script
22-
#
23-
SET(APPNAME hello)
24-
SET(APPBIN hello.wt)
25-
SET(APPRESOURCES "")
26-
CONFIGURE_FILE(
27-
${WT_SOURCE_DIR}/deploy.sh
28-
${CMAKE_CURRENT_BINARY_DIR}/deploy.sh
29-
)

examples/widgetgallery/CMakeLists.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,4 @@ INCLUDE_DIRECTORIES(
4040
../dragdrop
4141
../painting
4242
../treeview
43-
)
44-
45-
#
46-
# Create a deploy script
47-
#
48-
SET(APPNAME widgetgallery)
49-
SET(APPBIN widgetgallery.wt)
50-
SET(APPRESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/icons ${CMAKE_CURRENT_SOURCE_DIR}/*.xml ${CMAKE_CURRENT_SOURCE_DIR}/*.css ${CMAKE_CURRENT_SOURCE_DIR}/*.csv")
51-
CONFIGURE_FILE(
52-
${WT_SOURCE_DIR}/deploy.sh
53-
${CMAKE_CURRENT_BINARY_DIR}/deploy.sh
54-
)
43+
)

0 commit comments

Comments
 (0)