From 1a5ddc01d0c4552f016ff7fd218c526c2ae20af2 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 3 Jul 2012 22:06:40 +0200 Subject: [PATCH] Add TODO for OSX .dylib's for the bundle --- neo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index cfa86eb2..337c5a61 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.6) # TODO +# osx: place game .dylib's in the bundle (next to the binary) # osx: -weak_framework ? # how to name the game .so's?