mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Allow custom props settings.
Change-Id: Idd442f429e8f413cde67781995e0c1b1c010bcee
This commit is contained in:

committed by
sys_ocldev

parent
75d883c075
commit
f43a04d3b2
@ -33,6 +33,6 @@ add_library(elflib STATIC
|
||||
target_include_directories(elflib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_include_directories(elflib PRIVATE ${IGDRCL_SOURCE_DIR})
|
||||
|
||||
set_vs_props(elflib)
|
||||
set_target_properties(elflib PROPERTIES FOLDER "elflib")
|
||||
|
||||
set_target_properties(elflib PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
|
Reference in New Issue
Block a user