File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -21,32 +21,31 @@ vkb__register_component(
21
21
vkb__events
22
22
volk
23
23
INCLUDE_DIRS
24
- ${CMAKE_CURRENT_SOURCE_DIR} /include
24
+ ${CMAKE_CURRENT_SOURCE_DIR} /include
25
25
)
26
26
27
27
# headless window
28
28
vkb__register_component (
29
29
NAME headless_window
30
30
SRC
31
- src/headless.cpp
31
+ src/headless.cpp
32
32
LINK_LIBS
33
- vkb__window_headers
33
+ vkb__window_headers
34
34
)
35
35
36
36
vkb__register_tests (
37
37
NAME headless_window_tests
38
38
SRC
39
- tests/headless.test.cpp
39
+ tests/headless.test.cpp
40
40
LIBS
41
- vkb__headless_window
41
+ vkb__headless_window
42
42
)
43
43
44
- ## glfw window
45
-
44
+ # # glfw window
46
45
vkb__register_component (
47
46
NAME glfw_window
48
47
SRC
49
- src/glfw.cpp
48
+ src/glfw.cpp
50
49
LINK_LIBS
51
50
vkb__window_headers
52
51
glfw
You can’t perform that action at this time.
0 commit comments