Skip to content

Commit

Permalink
Added options to CMakeLists for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden McDorman committed Jan 9, 2013
1 parent 5b76b6c commit 3d4ef5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -28,6 +28,11 @@ QT4_WRAP_CPP(computer_SRCS_CXX ${computer_MOC_SRCS})
QT4_WRAP_UI(computer_SRCS_CXX ${computer_UI})
QT4_ADD_RESOURCES(computer_SRCS_CXX ${computer_QRC_FILES})

IF(WIN32)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../prefix/include)
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/../prefix/lib)
ENDIF(WIN32)

SET(CMAKE_CXX_FLAGS "-Wall")

IF(APPLE)
Expand Down

0 comments on commit 3d4ef5d

Please sign in to comment.