Skip to content

Commit 71d9340

Browse files
committed
Unlink profile library from tools that don't use it
1 parent 40ffb3d commit 71d9340

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

Core/Tools/ImagePacker/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ target_link_libraries(corei_imagepacker INTERFACE
2929
benchmark
3030
comctl32
3131
core_debug
32-
core_profile
3332
dbghelplib
3433
imm32
3534
vfw32

Core/Tools/MapCacheBuilder/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ target_include_directories(corei_mapcachebuilder INTERFACE
1616
target_link_libraries(corei_mapcachebuilder INTERFACE
1717
comctl32
1818
core_debug
19-
core_profile
2019
dbghelplib
2120
imm32
2221
vfw32

Core/Tools/PATCHGET/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ target_sources(corei_patchgrabber INTERFACE ${PATCHGET_SRC})
2424
target_link_libraries(corei_patchgrabber INTERFACE
2525
comctl32
2626
core_debug
27-
core_profile
2827
dbghelplib
2928
gamespy::gamespy
3029
imm32

GeneralsMD/Code/Tools/GUIEdit/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ target_link_libraries(z_guiedit PRIVATE
4949
benchmark
5050
comctl32
5151
core_debug
52-
core_profile
5352
d3d8lib
5453
dbghelplib
5554
imm32

GeneralsMD/Code/Tools/ParticleEditor/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ target_include_directories(z_particleeditor PRIVATE
3838

3939
target_link_libraries(z_particleeditor PRIVATE
4040
core_debug
41-
core_profile
4241
corei_libraries_source_wwvegas
4342
corei_libraries_source_wwvegas_wwlib
4443
d3d8lib

GeneralsMD/Code/Tools/WorldBuilder/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ target_include_directories(z_worldbuilder PRIVATE
211211

212212
target_link_libraries(z_worldbuilder PRIVATE
213213
core_debug
214-
core_profile
215214
d3d8lib
216215
dbghelplib
217216
imm32

0 commit comments

Comments
 (0)