diff options
-rw-r--r-- | remote-process/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/test-platform/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote-process/CMakeLists.txt b/remote-process/CMakeLists.txt index 0cf477a..d5bda0a 100644 --- a/remote-process/CMakeLists.txt +++ b/remote-process/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(remote-process main.cpp) # TODO: WIN32 ? +add_executable(remote-process main.cpp) # TODO: separate remote-processor's includes in half (public/private) # And use only public headers here diff --git a/test/test-platform/CMakeLists.txt b/test/test-platform/CMakeLists.txt index c379171..f173c7b 100644 --- a/test/test-platform/CMakeLists.txt +++ b/test/test-platform/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(test-platform # WIN32 ? +add_executable(test-platform main.cpp TestPlatform.cpp) |