summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-04-05 07:52:21 -0400
committerLioncash <mathew1800@gmail.com>2018-04-05 07:52:25 -0400
commit9c27c7eda82e8c7427787099c60016f4e922dbbb (patch)
tree2d55125f914c818f18ab9a27eda937c921a71ee4 /Source/Core/Common/StringUtil.cpp
parentd0b7c013a10b4a5fc058245f2051484b4cf55080 (diff)
DolphinQt2/CMakeLists: Use the target_* equivalents of add_definitions and include_directories
add_definitions and include_directories don't operate on a by-target basis, they act on a by-directory basis (i.e. if we defined two targets, A and B, in this CMakeLists file, add_definitions would add the definitions to the COMPILE_DEFINITIONS directory property which both A and B would implicitly use). The same idea applies to include_directories, only it appends to the INCLUDE_DIRECTORIES directory property. Instead, specify these on the target to keep scope as narrow as possible.
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
0 files changed, 0 insertions, 0 deletions