Skip to content

Commit

Permalink
fix issue libkml#207
Browse files Browse the repository at this point in the history
  • Loading branch information
rkanavath committed Jan 15, 2016
1 parent 66d285a commit bb186ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -14,6 +14,8 @@ option(WITH_SWIG "Build all swig bindings" OFF)
option(WITH_PYTHON "Build python bindings" OFF)
option(WITH_JAVA "Build java bindings" OFF)

set(CMAKE_INCLUDE_DIRECTORIES_BEFORE ON)

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit bb186ef

Please sign in to comment.