Skip to content

Commit 8bef373

Browse files
committed
cmake: res dir
1 parent 848413b commit 8bef373

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

build/cmake/CMakeLists.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,12 @@ myci_add_source_files(app_srcs
126126
RECURSIVE
127127
)
128128

129-
set(app_rsrs)
130-
myci_add_resource_files(rsrs
131-
DIRECTORY
132-
../../tests/app/res
133-
)
134-
135129
myci_declare_application(${name}-opengl-test
136130
GUI
137131
SOURCES
138132
${app_srcs}
139-
${app_rsrs}
133+
RESOURCE_DIRECTORY
134+
../../tests/app/res
140135
DEPENDENCIES
141136
ruis
142137
nitki
@@ -147,7 +142,8 @@ myci_declare_application(${name}-opengles-test
147142
GUI
148143
SOURCES
149144
${app_srcs}
150-
${app_rsrs}
145+
RESOURCE_DIRECTORY
146+
../../tests/app/res
151147
DEPENDENCIES
152148
ruis
153149
nitki

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"kind": "git",
1010
"repository": "https://github.com/cppfw/vcpkg-repo/",
11-
"baseline": "82899a411e0a972b61f5f17616c810a055071ef0",
11+
"baseline": "5da4dcd567e2900b61e7febbc4bf4af483f82da0",
1212
"reference": "main",
1313
"packages": [
1414
"myci",

0 commit comments

Comments
 (0)