make it sourcey

This commit is contained in:
Benjamin Palko 2024-08-03 23:50:18 -04:00
parent bdc130ac86
commit 3b4fc2a429
2 changed files with 1 additions and 1 deletions

View file

@ -10,6 +10,6 @@ project(HelloWorld CXX)
find_package(fmt CONFIG REQUIRED)
add_executable(HelloWorld main.cpp)
add_executable(HelloWorld src/main.cpp)
target_link_libraries(HelloWorld PRIVATE fmt::fmt)