mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
5391179e16
Clean up cmake configuration a bit, and pull down gtest when needed, no longer use a thirdparty subfolder Add a ResInsight-tests target to run the unit tests
11 lines
373 B
C++
11 lines
373 B
C++
//
|
|
// This empty file is used by ResInsightDummyTarget
|
|
//
|
|
// Creating a dummy target with an empty file is used to have a different target than ResInsight.
|
|
// This target is used to find the full path to the build folder.
|
|
//
|
|
// $<TARGET_FILE_DIR:ResInsightDummyTarget>
|
|
//
|
|
// If we use the ResInsight target ($<TARGET_FILE_DIR:ResInsight>), we get a circular dependency.
|
|
//
|