File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ if(WINDOWS)
19
19
IMPORTED_LOCATION_DEBUG "${platform_spec_path} /debug/lib${lib_name} .lib"
20
20
IMPORTED_LOCATION_RELEASE "${platform_spec_path} /release/lib${lib_name} .lib"
21
21
)
22
+ set_target_properties (${target_name} PROPERTIES
23
+ MAP_IMPORTED_CONFIG_MINSIZEREL Release
24
+ MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
25
+ )
22
26
else ()
23
27
set_target_properties (${target_name} PROPERTIES
24
28
IMPORTED_LOCATION "${platform_spec_path} /lib${lib_name} .a"
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ if(WINDOWS)
21
21
IMPORTED_LOCATION_DEBUG "${platform_spec_path} /debug/lib${lib_name} .lib"
22
22
IMPORTED_LOCATION_RELEASE "${platform_spec_path} /release/lib${lib_name} .lib"
23
23
)
24
+ set_target_properties (${target_name} PROPERTIES
25
+ MAP_IMPORTED_CONFIG_MINSIZEREL Release
26
+ MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
27
+ )
24
28
else ()
25
29
set_target_properties (${target_name} PROPERTIES
26
30
IMPORTED_LOCATION "${platform_spec_path} /libLinearMath.a"
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ if(WINDOWS)
17
17
IMPORTED_LOCATION_DEBUG "${platform_spec_path} /debug-lib/lib${lib_name} .lib"
18
18
IMPORTED_LOCATION_RELEASE "${platform_spec_path} /release-lib/lib${lib_name} .lib"
19
19
)
20
+ set_target_properties (${target_name} PROPERTIES
21
+ MAP_IMPORTED_CONFIG_MINSIZEREL Release
22
+ MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
23
+ )
20
24
else ()
21
25
set_target_properties (${target_name} PROPERTIES
22
26
IMPORTED_LOCATION "${platform_spec_path} /lib${lib_name} .a"
You can’t perform that action at this time.
0 commit comments