summaryrefslogtreecommitdiff
path: root/adm/cmake/TKLCAF
diff options
context:
space:
mode:
authorQbProg <tholag@gmail.com>2011-06-26 15:03:40 +0200
committerQbProg <tholag@gmail.com>2011-06-26 15:03:40 +0200
commit002686d815c4bdd9ba86def06ffe98506ca59f5c (patch)
treee743cca12ca4d2781a949b45d58eedbb3249eaef /adm/cmake/TKLCAF
parent91888b6c8dd69a01d9d771031893ee79bba9065c (diff)
downloadoce-002686d815c4bdd9ba86def06ffe98506ca59f5c.tar.gz
oce-002686d815c4bdd9ba86def06ffe98506ca59f5c.zip
Added the effective Precompiled headers
Diffstat (limited to 'adm/cmake/TKLCAF')
-rw-r--r--adm/cmake/TKLCAF/Precompiled.cpp1
-rw-r--r--adm/cmake/TKLCAF/Precompiled.h9
2 files changed, 10 insertions, 0 deletions
diff --git a/adm/cmake/TKLCAF/Precompiled.cpp b/adm/cmake/TKLCAF/Precompiled.cpp
new file mode 100644
index 00000000..0ad67624
--- /dev/null
+++ b/adm/cmake/TKLCAF/Precompiled.cpp
@@ -0,0 +1 @@
+#include "Precompiled.h" \ No newline at end of file
diff --git a/adm/cmake/TKLCAF/Precompiled.h b/adm/cmake/TKLCAF/Precompiled.h
new file mode 100644
index 00000000..31d2f6f1
--- /dev/null
+++ b/adm/cmake/TKLCAF/Precompiled.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "../TKernel/Precompiled.h"
+#include "../TKCDF/Precompiled.h"
+
+#include "TDF.hxx"
+#include "TDataStd.hxx"
+#include "TDocStd.hxx"
+#include "TFunction_Driver.hxx"