Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-02-26 14:00:03 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-02-26 14:00:03 +0300
commit6a1741fb75cb38d26933e8ee0bfa1eb6bb14f561 (patch)
tree43c6ecd3fb8a42f1c8d3648f08819a8516fd2f0d /cmake
parent1d97a5de10426b445a7ace2ea0e039c8a6c06ee3 (diff)
Fix all remaining PCH introduced build issues.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/interface.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/interface.cmake b/cmake/interface.cmake
index 47a638c1..4e558106 100644
--- a/cmake/interface.cmake
+++ b/cmake/interface.cmake
@@ -1,4 +1,7 @@
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_INTERFACE
- "llfio/llfio.hpp"
+ "include/llfio.hpp"
+)
+# DO NOT EDIT, GENERATED BY SCRIPT
+set(llfio_INTERFACE_SOURCE
)