Skip to content

Commit

Permalink
Better logging and better build tool help
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 19, 2024
1 parent 3b7fca1 commit 17ccc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ include_directories("Source/" "Framework/" "Framework/ThirdParty/imgui/core/" "F
"Framework/ThirdParty/logger/src/" "Framework/ThirdParty/source-libraries/" "Framework/Modules" "."
"Framework/Modules/CLIParser/ThirdParty/UntitledCLIParser/ThirdParty/" ${YAML_CPP_INCLUDE_DIRS_T}
"Framework/ThirdParty/vulkan-headers/include" ${GLFW_INCLUDE_DIRS} ${GLEW_INCLUDE_DIRS} ${FREETYPE_INCLUDE_DIRS}
${LM_INCLUDE_DIRS})
"Framework/ThirdParty/" ${LM_INCLUDE_DIRS})


link_directories("ThirdParty/glew/lib" "Framework/ThirdParty/vulkan" UVKBuildTool/build)
Expand Down

0 comments on commit 17ccc0f

Please sign in to comment.