You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
355 B
14 lines
355 B
[target.linux-pe]
|
|
type = "interface"
|
|
include-directories = ["linux-pe/includes/"]
|
|
|
|
[subdir.spdlog]
|
|
|
|
[target.xed]
|
|
type = "interface"
|
|
include-directories = ["xed/obj/wkit/include/xed"]
|
|
cmake-after = """
|
|
target_link_libraries(xed INTERFACE xed.lib)
|
|
target_link_libraries(xed INTERFACE xed-ild.lib)
|
|
target_link_directories(xed INTERFACE xed/obj/wkit/lib/)
|
|
""" |