Skip to content

Commit

Permalink
Merge branch 'meson' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor authored Oct 10, 2023
2 parents 9801d89 + afa06f4 commit c17ff96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ thread_dep = dependency('threads', required: true)
cmake =import('cmake')
cmake_opts = cmake.subproject_options()
cmake_opts.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': true})
cmake_opts.set_install(false)
lemon = cmake.subproject('lemon', options: cmake_opts)
lemon_dep = lemon.dependency('lemon')

Expand Down Expand Up @@ -47,6 +48,7 @@ install_headers('src/coloquinte.hpp')

coloquinte_dep = declare_dependency(link_with : libcoloquinte, include_directories: coloquinte_includes)


tests = [
'test_net_model'
, 'test_density_legalizer'
Expand Down

0 comments on commit c17ff96

Please sign in to comment.