hedgewars/sdlmain/CMakeLists.txt
branchsdl2transition
changeset 11378 cef3fef64c93
parent 11377 ee86941e2ade
child 11379 7bc9042549c1
--- a/hedgewars/sdlmain/CMakeLists.txt	Sat Nov 14 03:00:41 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-find_package(SDL2 REQUIRED)
-
-include_directories(${SDL2_INCLUDE_DIR})
-
-add_library (SDLmain STATIC SDLMain.m)
-
-