From 2a847be412bd1dc66e53ea4652cc42f24a412d0f Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 11 Jun 2020 01:55:37 +0200 Subject: Move templates to a separate directory and rename to the tde_ prefix. Create the TDE_CMAKE_ROOT and TDE_CMAKE_TEMPLATES variables. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- modules/template_tdeinit_executable.cmake | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 modules/template_tdeinit_executable.cmake (limited to 'modules/template_tdeinit_executable.cmake') diff --git a/modules/template_tdeinit_executable.cmake b/modules/template_tdeinit_executable.cmake deleted file mode 100644 index 3d480c4..0000000 --- a/modules/template_tdeinit_executable.cmake +++ /dev/null @@ -1,2 +0,0 @@ -extern "C" int kdemain(int argc, char* argv[]); -int main(int argc, char* argv[]) { return kdemain(argc,argv); } -- cgit v1.2.3