hedgewars/sdlmain/CMakeLists.txt
branchios-revival
changeset 11393 1ae8d4582e1e
parent 11392 7038ecc1f7fa
parent 11390 4bf720dcef01
child 11412 7ed8fa4a2b6a
--- a/hedgewars/sdlmain/CMakeLists.txt	Sun Nov 15 14:40:51 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-find_package(SDL REQUIRED)
-
-include_directories(${SDL_INCLUDE_DIR})
-
-add_library (SDLmain STATIC SDLMain.m)
-
-