8 lines
243 B
CMake
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
|
|
) |