File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed
Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ WT_ADD_EXAMPLE(hello.wt hello.C)
1616# instead of the following:
1717#
1818INCLUDE_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- )
Original file line number Diff line number Diff 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+ )
You can’t perform that action at this time.
0 commit comments