Files
CMake/Tests/RunCMake/XcodeProject/lib_bundle/lib_bundle.cpp
Marc Chevrier f5a441a616 Xcode: Fix erroneous MACOSX_BUNDLE link
Refactoring in commit a2cfa2da4f (GenEx/LINK_LIBRARY: Add features for
framework support on Apple, 2022-02-10, v3.24.0-rc1~661^2) accidentally
removed a `GetParentDirectory` call.  Restore it.

Fixes: #23891
2022-08-31 09:52:38 -04:00

7 lines
74 B
C++

#include <iostream>
void foo()
{
std::cout << "foobar" << std::endl;
}