mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-01-07 05:51:56 +00:00
whitespace, as requested.
This commit is contained in:
parent
a10a80fe88
commit
efbde8fc8a
@ -192,9 +192,9 @@ if (CAPSTONE_BUILD_SHARED)
|
||||
set_property(TARGET capstone-shared PROPERTY OUTPUT_NAME capstone)
|
||||
set_property(TARGET capstone-shared PROPERTY COMPILE_FLAGS -DCAPSTONE_SHARED)
|
||||
|
||||
if(MSVC)
|
||||
if (MSVC)
|
||||
set_target_properties(capstone-shared PROPERTIES IMPORT_SUFFIX _dll.lib)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
if(NOT DEFINED default-target) # honor `capstone-static` for tests first.
|
||||
set(default-target capstone-shared)
|
||||
|
Loading…
Reference in New Issue
Block a user