diff options
Diffstat (limited to 'Tests/CMakeCommands/target_compile_definitions/main.cpp')
-rw-r--r-- | Tests/CMakeCommands/target_compile_definitions/main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_compile_definitions/main.cpp b/Tests/CMakeCommands/target_compile_definitions/main.cpp index addb33c..bf08b45 100644 --- a/Tests/CMakeCommands/target_compile_definitions/main.cpp +++ b/Tests/CMakeCommands/target_compile_definitions/main.cpp @@ -11,4 +11,7 @@ #error Unexpected MY_INTERFACE_DEFINE #endif -int main() { return 0; } +int main() +{ + return 0; +} |