- Add build* to gitignore - Fix year in license file - other changes are result of clang-format
6 lines
199 B
CMake
6 lines
199 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/palladiumTargets.cmake")
|
|
if(NOT TARGET palladium::pd-desktop AND PALLADIUM_FIND_DESKTOP)
|
|
find_dependency(palladium::pd-desktop OPTIONAL)
|
|
endif() |