Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 931c3a5

Browse files
author
TheWisker
committed
Cross compilation executing
1 parent eef8b9f commit 931c3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project('Emath++', 'cpp', version : '1.0.0')
33
run_command('rm', '-fr', './third_party/CSet')
44
run_command('git', 'clone', '-q', 'https://github.com/TheWisker/CSet', './third_party/CSet')
55

6-
include = ['./third_party/CSet/include/']
6+
include = ['./include/', './third_party/CSet/include/']
77
header_files = ['./include/emath.h', './third_party/CSet/include/set.h']
88
source_files = ['./src/emath.cpp']
99
test_files = ['./test/emath.cpp']

0 commit comments

Comments
 (0)