Skip to content

Commit f37fc23

Browse files
committed
Add colorize_config
1 parent b4fe053 commit f37fc23

3 files changed

Lines changed: 222 additions & 98 deletions

File tree

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ if(MSVC)
2929
endif()
3030

3131

32+
file(GLOB IRIS_MSVC_DIRS LIST_DIRECTORIES true CONFIGURE_DEPENDS "C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/*")
33+
list(GET IRIS_MSVC_DIRS -1 IRIS_MSVC_LATEST_DIR)
34+
unset(IRIS_MSVC_DIRS)
35+
36+
set_property(GLOBAL PROPERTY IRIS_MSVC_ASAN_DIR "${IRIS_MSVC_LATEST_DIR}/bin/Hostx64/x64")
37+
unset(IRIS_MSVC_LATEST_DIR)
38+
39+
3240
# -----------------------------------------------------------------
3341
# Create common base targets
3442

0 commit comments

Comments
 (0)