Skip to content
Snippets Groups Projects
Verified Commit e479bd59 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#72] Flipped some lines in cmake to make Windows compile.. wish me luck

parent 3c2b82de
No related branches found
No related tags found
1 merge request!63Resolve "ImGui support"
Pipeline #25794 passed
...@@ -41,15 +41,15 @@ if (vkcv_build_debug) ...@@ -41,15 +41,15 @@ if (vkcv_build_debug)
endif() endif()
endif() endif()
# configure everything to use the required dependencies
include(${vkcv_config}/Libraries.cmake)
# add modules as targets # add modules as targets
add_subdirectory(modules) add_subdirectory(modules)
# add source files for compilation # add source files for compilation
include(${vkcv_config}/Sources.cmake) include(${vkcv_config}/Sources.cmake)
# configure everything to use the required dependencies
include(${vkcv_config}/Libraries.cmake)
message("-- Libraries: [ ${vkcv_libraries} ]") message("-- Libraries: [ ${vkcv_libraries} ]")
message("-- Flags: [ ${vkcv_flags} ]") message("-- Flags: [ ${vkcv_flags} ]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment