make it sourcey
This commit is contained in:
parent
bdc130ac86
commit
3b4fc2a429
2 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ project(HelloWorld CXX)
|
||||||
|
|
||||||
find_package(fmt CONFIG REQUIRED)
|
find_package(fmt CONFIG REQUIRED)
|
||||||
|
|
||||||
add_executable(HelloWorld main.cpp)
|
add_executable(HelloWorld src/main.cpp)
|
||||||
|
|
||||||
target_link_libraries(HelloWorld PRIVATE fmt::fmt)
|
target_link_libraries(HelloWorld PRIVATE fmt::fmt)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue