google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.
http://google.github.io/mathfu
Apache License 2.0
1.4k stars 188 forks source link

CMAKE_SOURCE_DIR vs. CMAKE_CURRENT_SOURCE_DIR usage in studio 3.4 timeframe #36

Open ggfan opened 5 years ago

ggfan commented 5 years ago

This is just a heads-up, from: https://github.com/googlesamples/android-ndk/issues/597

Studio 3.4 is going to create an internal CMake Project, from which calling application's top level CMakeLists.txt. Mathfu might need to verify its use of CMAKE_SOURCE_DIR is not affected.