Browse Source

Enable FileWatcher on desktop

Josh Engebretson 11 years ago
parent
commit
57396300b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMake/Modules/AtomicDesktop.cmake

+ 1 - 1
CMake/Modules/AtomicDesktop.cmake

@@ -1,4 +1,4 @@
 
-add_definitions( -DATOMIC_TBUI )
+add_definitions( -DATOMIC_TBUI -DATOMIC_FILEWATCHER )
 
 set (ATOMIC_LINK_LIBRARIES ${ATOMIC_LINK_LIBRARIES} LibCpuId SQLite TurboBadger)