diff options
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video/CMakeLists.txt b/src/video/CMakeLists.txt index c6251e939..a5d862e9b 100644 --- a/src/video/CMakeLists.txt +++ b/src/video/CMakeLists.txt @@ -1,6 +1,6 @@ add_subdirectory(cocoa) -if (NOT OPTION_DEDICATED) +if(NOT OPTION_DEDICATED) add_files( allegro_v.cpp allegro_v.h @@ -24,7 +24,7 @@ if (NOT OPTION_DEDICATED) win32_v.h CONDITION WIN32 ) -endif (NOT OPTION_DEDICATED) +endif() add_files( dedicated_v.cpp |