File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
add_executable (lstextures lstextures.cpp texturefilenameelement.cpp)
2
- set_target_properties (lstextures PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
2
+ set_target_properties (lstextures PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
3
3
target_link_libraries (lstextures Coin::Coin)
4
4
install (TARGETS lstextures RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Base)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ macro(add_example)
10
10
)
11
11
configure_file (${name} .cpp.in ${name} .cpp @ONLY)
12
12
add_executable (${name} ${CMAKE_CURRENT_BINARY_DIR} /${name} .cpp)
13
- set_target_properties (${name} PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
13
+ set_target_properties (${name} PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
14
14
target_link_libraries (${name} So${Gui} ::So${Gui} ${EXAMPLE_LIBS} )
15
15
install (TARGETS ${name} RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Mentor)
16
16
endmacro (add_example)
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ ${CMAKE_CURRENT_BINARY_DIR}/Pyramid.cpp
7
7
Glow.cpp
8
8
Alternate.cpp
9
9
)
10
- set_target_properties (02.Nodes PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
10
+ set_target_properties (02.Nodes PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
11
11
target_link_libraries (02.Nodes So${Gui} ::So${Gui} OpenGL::GL)
12
12
install (TARGETS 02.Nodes RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change 1
1
set (CMAKE_INCLUDE_CURRENT_DIR ON )
2
2
add_executable (03.Fields main.cpp SFDouble.cpp MFDouble.cpp)
3
- set_target_properties (03.Fields PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
3
+ set_target_properties (03.Fields PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
4
4
target_link_libraries (03.Fields So${Gui} ::So${Gui} )
5
5
install (TARGETS 03.Fields RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ add_executable(04.Actions
4
4
${CMAKE_CURRENT_BINARY_DIR} /printVolume.cpp
5
5
GetVolumeAction.cpp
6
6
)
7
- set_target_properties (04.Actions PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
7
+ set_target_properties (04.Actions PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
8
8
target_link_libraries (04.Actions So${Gui} ::So${Gui} )
9
9
install (TARGETS 04.Actions RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change 1
1
set (CMAKE_INCLUDE_CURRENT_DIR ON )
2
2
add_executable (05.Elements main.cpp TemperatureElement.cpp)
3
- set_target_properties (05.Elements PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
3
+ set_target_properties (05.Elements PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
4
4
target_link_libraries (05.Elements So${Gui} ::So${Gui} )
5
5
install (TARGETS 05.Elements RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ add_executable(07.Nodekits
4
4
${CMAKE_CURRENT_BINARY_DIR} /jumpingJackKitTest.cpp
5
5
JumpingJackKit.cpp
6
6
)
7
- set_target_properties (07.Nodekits PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
7
+ set_target_properties (07.Nodekits PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
8
8
target_link_libraries (07.Nodekits So${Gui} ::So${Gui} )
9
9
install (TARGETS 07.Nodekits RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ TranslateRadialManip.cpp
8
8
RotTransManip.cpp
9
9
Coordinate3Manip.cpp
10
10
)
11
- set_target_properties (08.Manips PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
11
+ set_target_properties (08.Manips PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
12
12
target_link_libraries (08.Manips So${Gui} ::So${Gui} )
13
13
install (TARGETS 08.Manips RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ add_executable(09.Highlights_Selection
4
4
${CMAKE_CURRENT_BINARY_DIR} /selectionTest.cpp
5
5
ShowSelectionRA.cpp
6
6
)
7
- set_target_properties (09.Highlights_Selection PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
7
+ set_target_properties (09.Highlights_Selection PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
8
8
target_link_libraries (09.Highlights_Selection Coin::Coin So${Gui} ::So${Gui} )
9
9
install (TARGETS 09.Highlights_Selection RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
10
10
@@ -13,6 +13,6 @@ add_executable(09.Highlights_Overlay
13
13
${CMAKE_CURRENT_BINARY_DIR} /overlayTest.cpp
14
14
OverlayHL.cpp
15
15
)
16
- set_target_properties (09.Highlights_Overlay PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
16
+ set_target_properties (09.Highlights_Overlay PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
17
17
target_link_libraries (09.Highlights_Overlay So${Gui} ::So${Gui} )
18
18
install (TARGETS 09.Highlights_Overlay RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if (Gui STREQUAL "Xt")
19
19
${CMAKE_CURRENT_BINARY_DIR} /tumble.cpp
20
20
${CMAKE_CURRENT_BINARY_DIR} /SceneTumble.cpp
21
21
)
22
- set_target_properties (10.Components PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
22
+ set_target_properties (10.Components PROPERTIES DEBUG_POSTFIX " ${CMAKE_DEBUG_POSTFIX} " )
23
23
target_link_libraries (10.Components So${Gui} ::So${Gui} X11::Xt)
24
24
install (TARGETS 10.Components RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR} /ivexamples_${Gui} /Toolmaker)
25
25
endif ()
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ before_build:
309
309
build_script :
310
310
- cmd : |
311
311
set BUILD_TOOL_OPTIONS=/nologo /verbosity:minimal /maxcpucount /property:MultiProcessorCompilation=true;CL_MPCount=3
312
- cmake --build build --target INSTALL --config Debug -- %BUILD_TOOL_OPTIONS%
312
+ rem cmake --build build --target INSTALL --config Debug -- %BUILD_TOOL_OPTIONS%
313
313
cmake --build build --target INSTALL --config Release -- %BUILD_TOOL_OPTIONS%
314
314
- sh : |
315
315
BUILD_TOOL_OPTIONS=-j4
You can’t perform that action at this time.
0 commit comments