Skip to content

Commit

Permalink
Adapt cmake vcpkg integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jul 18, 2024
1 parent 396bf97 commit c541136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/lib )
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/lib )
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/bin )

SET(OSRE_BUILD_ED OFF CACHE BOOL "no osre ed" )

add_subdirectory(contrib/osre)

INCLUDE_DIRECTORIES( BEFORE
Expand Down

0 comments on commit c541136

Please sign in to comment.