Skip to content

Commit

Permalink
Useless meson build file in include dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbogopolsky committed Apr 20, 2019
1 parent a3b37b1 commit cefaa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion include/meson.build

This file was deleted.

21 changes: 2 additions & 19 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# project('Prometheus', 'cpp')

# inc = include_directories('.')
# # install_header(['Objet.h', 'Vecteur.h', 'Planete.h'])

# sfml_window = dependency('sfml-window')
# sfml_graphics = dependency('sfml-graphics')
# sfml_system = dependency('sfml-system')

# vecteurlib = shared_library('Vecteur', 'Vecteur.cpp', include_directories: inc)
# objetlib = shared_library('Objet', 'Objet.cpp', include_directories: inc)
# planetelib = shared_library('Planete', 'Planete.cpp', include_directories: inc)

# executable('sfml-app', 'Main.cpp', include_directories: inc,
# dependencies: [sfml_window, sfml_graphics, sfml_system],
# link_with: [vecteurlib, objetlib, planetelib])

project(
'Prometheus',
'cpp',
version: '1.0.0'
version: '1.0.0',
default_options : ['cpp_std=c++11']
)

inc = include_directories('include')

subdir('include')
subdir('src')

sfml_window = dependency('sfml-window')
Expand Down

0 comments on commit cefaa3f

Please sign in to comment.