1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Get rid of unwanted dependency in last commit

This commit is contained in:
Leland Lucius 2020-03-11 23:43:17 -05:00
parent 66aae0900b
commit f1ec53d786

View File

@ -1358,7 +1358,7 @@ source_group(
${_INTDIR}/CMakeFiles/Audacity.dir/cmake_pch.hxx
)
target_sources( ${TARGET} PRIVATE ${HEADERS} ${SOURCES} ${RESOURCES} ${MAC_RESOURCES} ${WIN_RESOURCES} ${_PRVDIR}/RevisionIdent.h)
target_sources( ${TARGET} PRIVATE ${HEADERS} ${SOURCES} ${RESOURCES} ${MAC_RESOURCES} ${WIN_RESOURCES} )
target_compile_definitions( ${TARGET} PRIVATE ${DEFINES} )
target_compile_options( ${TARGET} PRIVATE ${OPTIONS} )
target_include_directories( ${TARGET} PRIVATE ${INCLUDES} )