Cleanup: code style & cmake

This commit is contained in:
Campbell Barton
2017-03-12 02:40:04 +11:00
parent 98045648ab
commit bcc8c04db4
26 changed files with 65 additions and 58 deletions

View File

@@ -34,14 +34,14 @@ set(SRC
DeckLinkAPI.h
)
if (WIN32)
if(WIN32)
list(APPEND SRC
win/DeckLinkAPI_h.h
win/DeckLinkAPI_i.c
)
endif()
if (UNIX AND NOT APPLE)
if(UNIX AND NOT APPLE)
list(APPEND SRC
linux/DeckLinkAPI.h
linux/DeckLinkAPIConfiguration.h