diff options
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f943879..65c7c81d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,6 +124,7 @@ macro(opentrack_library n dir) if(NOT foolib_STATIC) install(TARGETS ${n} RUNTIME DESTINATION . LIBRARY DESTINATION .) endif() + opentrack_compat(${n}) endmacro() function(link_with_dinput8 n) |