Re: [CMake] Help including dylib into cmake build for xcode

2013-06-03 Thread Frankie Chan
into cmake build for xcode Maybe this will clear up what i was trying to do and how i got to that error. Basically i was trying to use this macro to search for sqlite3: macro (FindSQLite3) # Look for the library. # find_path(SQLITE3_INCLUDE_DIR NAMES libsqlite3) find_path

Re: [CMake] Help including dylib into cmake build for xcode

2013-06-03 Thread Frankie Chan
Maybe this will clear up what i was trying to do and how i got to that error. Basically i was trying to use this macro to search for sqlite3: macro (FindSQLite3) # Look for the library. # find_path(SQLITE3_INCLUDE_DIR NAMES libsqlite3) find_path(SQLITE3_INCLUDE_DIR NAMES sqlite3.h

Re: [CMake] Help including dylib into cmake build for xcode

2013-06-01 Thread Andreas Mohr
Hi, On Sat, Jun 01, 2013 at 12:00:04PM -0400, cmake-requ...@cmake.org wrote: > Date: Fri, 31 May 2013 15:12:10 -0400 > From: Frankie Chan Ah, I just realized that I failed to reply to the most current mail ;) > I get the following error, i am kinda stumped right now since I am not > exactly s

Re: [CMake] Help including dylib into cmake build for xcode

2013-06-01 Thread Andreas Mohr
Hi, On Fri, May 31, 2013 at 10:53:38AM -0400, cmake-requ...@cmake.org wrote: > Date: Fri, 31 May 2013 10:44:07 -0400 > From: Frankie Chan > Hi, > I am trying to build an xcode project using cmake, but I am having some > problems including dylib (libsqlite3.dylib). > > Was using: > target_link_

Re: [CMake] Help including dylib into cmake build for xcode

2013-05-31 Thread Frankie Chan
ke-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Frankie Chan Sent: May-31-13 10:44 AM To: cmake@cmake.org Subject: [CMake] Help including dylib into cmake build for xcode Hi, I am trying to build an xcode project using cmake, but I am having some problems including dylib (libsqlite

[CMake] Help including dylib into cmake build for xcode

2013-05-31 Thread Frankie Chan
Hi, I am trying to build an xcode project using cmake, but I am having some problems including dylib (libsqlite3.dylib). Was using: target_link_libraries(${Target} libsqlite3.dylib) but i think i am going about it the wrong way. Any help would be appreciated -- Powered by www.kitware.com Vis