5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
orc provides CMake targets:
|
|
|
|
find_package(orc CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE orc::orc)
|