We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a93c41 commit 44081d7Copy full SHA for 44081d7
CMakeLists.txt
@@ -26,7 +26,7 @@ endif()
26
set(CMAKE_INCLUDE_CURRENT_DIR ON)
27
28
# The following executable is a preliminary "Hello World" program in the repository
29
-add_executable(hello_world "PrintfWidthPrecision/std_fmtprint.cpp" "LICENSE.md" "README.md")
+add_executable(hello_world "PrintfWidthPrecision/std_printf.cpp" "LICENSE.md" "README.md")
30
31
# To add more build target,
32
# Simply call the add_directory() function with the folder name with a "CMakeLists.txt" in it
0 commit comments