Allow custom props settings.

Change-Id: Idd442f429e8f413cde67781995e0c1b1c010bcee
This commit is contained in:
Zdunowski, Piotr
2018-02-16 18:44:37 +01:00
committed by sys_ocldev
parent 75d883c075
commit f43a04d3b2
18 changed files with 34 additions and 2 deletions

View File

@ -113,6 +113,7 @@ endif(UNIX)
target_link_libraries(cloc elflib)
source_group("source files" FILES ${CLOC_SRCS})
set_vs_props(cloc)
set_target_properties(cloc PROPERTIES FOLDER "offline_compiler")
set_property(TARGET cloc APPEND_STRING PROPERTY COMPILE_FLAGS ${ASAN_FLAGS} ${TSAN_FLAGS})