optional dependency to TGF_B_src target
This commit is contained in:
@ -51,8 +51,12 @@ endif()
|
||||
# Define the library
|
||||
add_library(tgfs SHARED ${LIB_SOURCES})
|
||||
# list code gen dependencies
|
||||
add_dependencies(tgfs TGF_B_src)
|
||||
add_dependencies(tgfs TGF_C_src)
|
||||
if(TARGET TGF_B_src)
|
||||
add_dependencies(tgfs TGF_B_src)
|
||||
endif()
|
||||
if(TARGET TGF_C_src)
|
||||
add_dependencies(tgfs TGF_C_src)
|
||||
endif()
|
||||
|
||||
target_compile_options(tgfs PRIVATE -Wno-shift-count-overflow)
|
||||
target_include_directories(tgfs PUBLIC incl)
|
||||
|
Reference in New Issue
Block a user