mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
re-enable missing plugins on macOS
This commit is contained in:
@@ -61,10 +61,7 @@ add_subdirectory (lightgraffiti)
|
|||||||
add_subdirectory (luminance)
|
add_subdirectory (luminance)
|
||||||
add_subdirectory (mask0mate)
|
add_subdirectory (mask0mate)
|
||||||
add_subdirectory (medians)
|
add_subdirectory (medians)
|
||||||
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
add_subdirectory (measure)
|
||||||
# clang 3.1 on OSX fails to compile this one
|
|
||||||
add_subdirectory (measure)
|
|
||||||
endif ()
|
|
||||||
add_subdirectory (ndvi)
|
add_subdirectory (ndvi)
|
||||||
add_subdirectory (nervous)
|
add_subdirectory (nervous)
|
||||||
add_subdirectory (normaliz0r)
|
add_subdirectory (normaliz0r)
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ if (MSVC)
|
|||||||
set (F_SOURCES ${F_SOURCES} ${FREI0R_DEF})
|
set (F_SOURCES ${F_SOURCES} ${FREI0R_DEF})
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
|
link_libraries(m)
|
||||||
add_library (pr0be MODULE ${B_SOURCES})
|
add_library (pr0be MODULE ${B_SOURCES})
|
||||||
add_library (pr0file MODULE ${F_SOURCES})
|
add_library (pr0file MODULE ${F_SOURCES})
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,4 @@ add_subdirectory (lissajous0r)
|
|||||||
add_subdirectory (nois0r)
|
add_subdirectory (nois0r)
|
||||||
add_subdirectory (onecol0r)
|
add_subdirectory (onecol0r)
|
||||||
add_subdirectory (partik0l)
|
add_subdirectory (partik0l)
|
||||||
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
add_subdirectory (test_pat)
|
||||||
# clang 3.1 on OSX fails to compile this one
|
|
||||||
add_subdirectory (test_pat)
|
|
||||||
endif ()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user