Fix source_group typo

pull/43/head
Nick Porcino 7 years ago
parent c8db659724
commit 95c3e7f7db

@ -76,7 +76,7 @@ install (TARGETS libopus DESTINATION lib)
# folders # folders
source_group(src/ FILES ${third_opus_src}) source_group(src FILES ${third_opus_src})
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -220,7 +220,7 @@ install(TARGETS libnyquist
install(TARGETS libnyquist DESTINATION lib) install(TARGETS libnyquist DESTINATION lib)
# folders # folders
source_group(src/ FILES ${nyquist_src}) source_group(src FILES ${nyquist_src})
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------

Loading…
Cancel
Save