remve index
This commit is contained in:
parent
4f3a63c5f2
commit
ff0c8c3fcb
@ -6,7 +6,6 @@ deps += string_dep
|
|||||||
deps += range_dep
|
deps += range_dep
|
||||||
deps += container_dep
|
deps += container_dep
|
||||||
deps += logger_dep
|
deps += logger_dep
|
||||||
deps += hack_dep
|
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'hack', 'main.cpp',
|
'hack', 'main.cpp',
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#include "string/string.hpp"
|
|
||||||
#include "range/range.hpp"
|
|
||||||
#include "container/container.hpp"
|
|
||||||
#include "logger/logger.hpp"
|
|
||||||
#include "math/matrix.hpp"
|
|
||||||
#include "math/vector.hpp"
|
|
@ -1,14 +0,0 @@
|
|||||||
headers = ['index.hpp']
|
|
||||||
sources = []
|
|
||||||
|
|
||||||
lib = library(
|
|
||||||
'hack',
|
|
||||||
include_directories : inc,
|
|
||||||
install : true,
|
|
||||||
sources: [headers, sources]
|
|
||||||
)
|
|
||||||
|
|
||||||
hack_dep = declare_dependency(
|
|
||||||
include_directories: inc,
|
|
||||||
link_with: lib
|
|
||||||
)
|
|
@ -29,6 +29,5 @@ inc = []
|
|||||||
inc += include_directories('.')
|
inc += include_directories('.')
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('index')
|
|
||||||
subdir('bin')
|
subdir('bin')
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
|
Loading…
Reference in New Issue
Block a user