Files
Hoops_Exchange/publish/publishsource/PDFWithBOMAndCarousel/CMakeLists.txt
2025-12-15 23:22:33 +08:00

8 lines
243 B
CMake

add_executable(PDFWithBOMAndCarousel)
target_include_directories(PDFWithBOMAndCarousel PRIVATE ./)
target_link_libraries(PDFWithBOMAndCarousel PRIVATE hoops::samples)
target_sources(PDFWithBOMAndCarousel
PRIVATE
PDFWithBOMAndCarousel.cpp
)