Kaynağa Gözat

Delete CMakeLists.txt from compilers

Daniele Bartolini 12 yıl önce
ebeveyn
işleme
ff2aa0ffcb

+ 0 - 16
tools/compilers/lua/CMakeLists.txt

@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-set (SRC
-	LuaCompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	LuaCompiler.h
-)
-
-add_executable(lua-compiler ${SRC} ${HEADERS})
-target_link_libraries(lua-compiler crown-compiler-utils)
-
-install (TARGETS lua-compiler DESTINATION bin)
-install (FILES bytecode-generator.lua DESTINATION bin)

+ 0 - 16
tools/compilers/mat/CMakeLists.txt

@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-# mat-compiler
-set (SRC
-	MATCompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	MATCompiler.h
-)
-
-add_executable(mat-compiler ${SRC} ${HEADERS})
-target_link_libraries(mat-compiler crown-compiler-utils)
-
-install (TARGETS mat-compiler DESTINATION bin)

+ 0 - 16
tools/compilers/ps/CMakeLists.txt

@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-# ps-compiler
-set (SRC
-	PSCompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	PSCompiler.h
-)
-
-add_executable(ps-compiler ${SRC} ${HEADERS})
-target_link_libraries(ps-compiler crown-compiler-utils)
-
-install (TARGETS ps-compiler DESTINATION bin)

+ 0 - 15
tools/compilers/tga/CMakeLists.txt

@@ -1,15 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-set (SRC
-	TGACompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	TGACompiler.h
-)
-
-add_executable(tga-compiler ${SRC} ${HEADERS})
-target_link_libraries(tga-compiler crown-compiler-utils)
-
-install (TARGETS tga-compiler DESTINATION bin)

+ 0 - 16
tools/compilers/txt/CMakeLists.txt

@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-# txt-compiler
-set (SRC
-	TXTCompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	TXTCompiler.h
-)
-
-add_executable(txt-compiler ${SRC} ${HEADERS})
-target_link_libraries(txt-compiler crown-compiler-utils)
-
-install (TARGETS txt-compiler DESTINATION bin)

+ 0 - 16
tools/compilers/vs/CMakeLists.txt

@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-# vs-compiler
-set (SRC
-	VSCompiler.cpp
-	main.cpp
-)
-
-set (HEADERS
-	VSCompiler.h
-)
-
-add_executable(vs-compiler ${SRC} ${HEADERS})
-target_link_libraries(vs-compiler crown-compiler-utils)
-
-install (TARGETS vs-compiler DESTINATION bin)