mirror of
https://github.com/redstrate/dxbc.git
synced 2025-04-21 20:27:45 +00:00
34 lines
765 B
Text
34 lines
765 B
Text
|
add_library(dxbc-util STATIC)
|
||
|
target_sources(dxbc-util PRIVATE
|
||
|
com/com_guid.cpp
|
||
|
com/com_guid.h
|
||
|
com/com_include.h
|
||
|
com/com_object.h
|
||
|
com/com_pointer.h
|
||
|
com/com_private_data.cpp
|
||
|
com/com_private_data.h
|
||
|
|
||
|
log/log_debug.cpp
|
||
|
log/log_debug.h
|
||
|
log/log.cpp
|
||
|
log/log.h
|
||
|
|
||
|
rc/util_rc_ptr.h
|
||
|
rc/util_rc.h
|
||
|
|
||
|
thread.cpp
|
||
|
thread.h
|
||
|
util_bit.h
|
||
|
util_enum.h
|
||
|
util_env.cpp
|
||
|
util_env.h
|
||
|
util_error.h
|
||
|
util_flags.h
|
||
|
util_likely.h
|
||
|
util_math.h
|
||
|
util_string.cpp
|
||
|
util_string.h
|
||
|
)
|
||
|
target_include_directories(dxbc-util PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
target_link_libraries(dxbc-util PUBLIC windows-headers)
|