From 7fd18ec283bb6fd8c1ced9fd4404d1c9f5d287f1 Mon Sep 17 00:00:00 2001 From: Stephen Hurd <deuce@synchro.net> Date: Thu, 10 Feb 2022 18:06:40 -0500 Subject: [PATCH] Anyone who depends on xpdevplus gets xpdevplus.h jellied in. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b301feb..6e77de6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,5 +60,6 @@ set(SOURCE add_library(xpdevplus STATIC ${SOURCE}) target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev) +target_compile_options(xpdevplus PUBLIC -include xpdevplus.h) configure_file(xpdevplus.h.in xpdevplus.h) target_include_directories(xpdevplus PRIVATE ${XPDevPlus_BINARY_DIR}) -- GitLab