Skip to content

Commit 5bdc3ff

Browse files
add VKB_TEST_GLFW
1 parent 6b1ec4e commit 5bdc3ff

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

components/windows/CMakeLists.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,31 @@ vkb__register_component(
2121
vkb__events
2222
volk
2323
INCLUDE_DIRS
24-
${CMAKE_CURRENT_SOURCE_DIR}/include
24+
${CMAKE_CURRENT_SOURCE_DIR}/include
2525
)
2626

2727
# headless window
2828
vkb__register_component(
2929
NAME headless_window
3030
SRC
31-
src/headless.cpp
31+
src/headless.cpp
3232
LINK_LIBS
33-
vkb__window_headers
33+
vkb__window_headers
3434
)
3535

3636
vkb__register_tests(
3737
NAME headless_window_tests
3838
SRC
39-
tests/headless.test.cpp
39+
tests/headless.test.cpp
4040
LIBS
41-
vkb__headless_window
41+
vkb__headless_window
4242
)
4343

44-
## glfw window
45-
44+
# # glfw window
4645
vkb__register_component(
4746
NAME glfw_window
4847
SRC
49-
src/glfw.cpp
48+
src/glfw.cpp
5049
LINK_LIBS
5150
vkb__window_headers
5251
glfw

0 commit comments

Comments
 (0)