Fix: create_file.cxx is not GENERATED, it exists (so that it can be removed, until SOURCE_FILES_REMOVE is synced with SOURCE_FILES)
This commit is contained in:
parent
8a599b3569
commit
21c01f609d
|
@ -1,7 +1,7 @@
|
|||
AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
|
||||
|
||||
# SOURCE_FILES_REMOVE is used for Coverage
|
||||
SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
|
||||
SOURCE_FILES(LibrarySources file2 create_file.cxx)
|
||||
SOURCE_FILES_REMOVE(LibrarySources create_file.cxx)
|
||||
ADD_LIBRARY(CMakeTestLibrary LibrarySources)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
|
||||
|
||||
# SOURCE_FILES_REMOVE is used for Coverage
|
||||
SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
|
||||
SOURCE_FILES(LibrarySources file2 create_file.cxx)
|
||||
SOURCE_FILES_REMOVE(LibrarySources create_file.cxx)
|
||||
ADD_LIBRARY(CMakeTestLibrary LibrarySources)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
|
||||
|
||||
# SOURCE_FILES_REMOVE is used for Coverage
|
||||
SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
|
||||
SOURCE_FILES(LibrarySources file2 create_file.cxx)
|
||||
SOURCE_FILES_REMOVE(LibrarySources create_file.cxx)
|
||||
ADD_LIBRARY(CMakeTestLibrary LibrarySources)
|
||||
|
||||
|
|
Loading…
Reference in New Issue