You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake was previously refactored to use PUBLIC/PRIVATE/Intergace for link/includes for the main library, but I missed 2 calls for executable creation which still use the generic target_link_libraries. This should instead use PRIVATE so users can do the same.
ptheywood
changed the title
CMakeL Use Public/private for target_link_libraries in add_flamegpu_executable
CMake: Use public/private for target_link_libraries in add_flamegpu_executable
Oct 4, 2021
CMake was previously refactored to use PUBLIC/PRIVATE/Intergace for link/includes for the main library, but I missed 2 calls for executable creation which still use the generic
target_link_libraries
. This should instead use PRIVATE so users can do the same.FLAMEGPU2/cmake/common.cmake
Line 311 in 76c7d2d
FLAMEGPU2/cmake/common.cmake
Line 316 in 76c7d2d
The text was updated successfully, but these errors were encountered: