2018-08-23 08:59:57 +01:00
|
|
|
add_library(sirit
|
2018-08-26 00:16:37 +01:00
|
|
|
../include/sirit/sirit.h
|
2018-08-23 08:59:57 +01:00
|
|
|
sirit.cpp
|
2018-08-26 00:34:06 +01:00
|
|
|
op.cpp
|
|
|
|
op.h
|
2018-08-26 00:16:37 +01:00
|
|
|
stream.cpp
|
|
|
|
stream.h
|
|
|
|
operand.cpp
|
|
|
|
operand.h
|
2018-08-27 04:29:40 +01:00
|
|
|
literal.cpp
|
2018-08-26 00:16:37 +01:00
|
|
|
common_types.h
|
2018-08-26 08:49:16 +01:00
|
|
|
opcodes.h
|
2018-08-26 09:01:31 +01:00
|
|
|
opcodes/type.cpp
|
2018-08-26 23:35:48 +01:00
|
|
|
opcodes/constant.cpp
|
2018-08-26 09:01:31 +01:00
|
|
|
opcodes/function.cpp
|
|
|
|
opcodes/flow.cpp
|
2018-08-23 08:59:57 +01:00
|
|
|
)
|
|
|
|
target_include_directories(sirit
|
2018-08-26 00:16:37 +01:00
|
|
|
PUBLIC ../include
|
|
|
|
PRIVATE . ${SPIRV-Headers_SOURCE_DIR}/include
|
|
|
|
INTERFACE ${SPIRV-Headers_SOURCE_DIR}/include)
|