Skip to content

Commit 44081d7

Browse files
committed
Update CMakeLists.txt
1 parent 3a93c41 commit 44081d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626
set(CMAKE_INCLUDE_CURRENT_DIR ON)
2727

2828
# 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")
29+
add_executable(hello_world "PrintfWidthPrecision/std_printf.cpp" "LICENSE.md" "README.md")
3030

3131
# To add more build target,
3232
# Simply call the add_directory() function with the folder name with a "CMakeLists.txt" in it

0 commit comments

Comments
 (0)