Index: tools/CMakeLists.txt =================================================================== diff -u -r6d2ef8c97f4bb34204e95811839b3995000c47c1 -r59b4c22f45a1d098064a886452769204e90cfb4b --- tools/CMakeLists.txt (.../CMakeLists.txt) (revision 6d2ef8c97f4bb34204e95811839b3995000c47c1) +++ tools/CMakeLists.txt (.../CMakeLists.txt) (revision 59b4c22f45a1d098064a886452769204e90cfb4b) @@ -1,3 +1,2 @@ -if(UNIX AND NOT APPLE) - add_subdirectory(CANDumpPlayer) -endif() +add_subdirectory(CANDumpPlayer) +add_subdirectory(DCSsim)