Skip to content

Commit

Permalink
Mavericks temp fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Oct 25, 2013
1 parent be1c6e9 commit 1a03c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -50,6 +50,8 @@ if(APPLE)
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -mmacosx-version-min=10.7")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -g")
link_directories(/Library/Frameworks/)
link_directories(/usr/local/lib)
include_directories(/usr/local/include)
add_executable(computer MACOSX_BUNDLE ${computer_SRCS_CXX} ${INCLUDES})
elseif(UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
Expand Down

0 comments on commit 1a03c29

Please sign in to comment.