We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fc9f4 commit 891f01fCopy full SHA for 891f01f
1 file changed
programs/CMakeLists.txt
@@ -6,7 +6,7 @@ set(program_sources
6
foreach(source_file ${program_sources})
7
STRING(REGEX REPLACE ".cpp" "" program_name "${source_file}")
8
add_executable(${program_name} ${source_file})
9
- target_link_libraries(${program_name} ${PROJECT_NAME}::${PROJECT_NAME}_c)
+ target_link_libraries(${program_name} ${PROJECT_NAME}::${PROJECT_NAME}_c fmt::fmt)
10
endforeach(source_file)
11
12
add_subdirectory(hubatom)
0 commit comments