chore: bump scintilla and lexilla version
This commit is contained in:
25
3rdparty/lexilla545/lexilla/test/examples/cmake/Bug77_1.cmake
vendored
Normal file
25
3rdparty/lexilla545/lexilla/test/examples/cmake/Bug77_1.cmake
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
if(MSVC80)
|
||||
# 1
|
||||
elseif(MSVC90)
|
||||
# 2
|
||||
elseif(APPLE)
|
||||
# 3
|
||||
else()
|
||||
# 4
|
||||
endif()
|
||||
|
||||
if(MSVC80)
|
||||
# 1
|
||||
elseif(MSVC90)
|
||||
# 2
|
||||
endif()
|
||||
|
||||
if(MSVC80)
|
||||
# 1
|
||||
else()
|
||||
# 2
|
||||
endif()
|
||||
|
||||
if(MSVC80)
|
||||
# 1
|
||||
endif()
|
Reference in New Issue
Block a user