Build 'include' subdir after 'src' 54/278154/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 8 Mar 2022 07:21:28 +0000 (16:21 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:18 +0000 (14:58 +0900)
A variable 'features' referred from 'include' subdir is set during build
of 'src'.

Change-Id: Idd3db7a8384b6450fddb8173d9ec8cf4c358a42f

meson.build

index db1f43c..0e4e5c0 100644 (file)
@@ -30,8 +30,8 @@ features = {
   'tbm-allocator': false,
 }
 
-subdir('include')
 subdir('src')
+subdir('include')
 
 configure_file(output: 'config.h', install: false, configuration: cdata)