diff options
Diffstat (limited to 'win/vncconfig/CMakeLists.txt')
-rw-r--r-- | win/vncconfig/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/vncconfig/CMakeLists.txt b/win/vncconfig/CMakeLists.txt index 6b620e53..157ee4c5 100644 --- a/win/vncconfig/CMakeLists.txt +++ b/win/vncconfig/CMakeLists.txt @@ -1,11 +1,10 @@ -include_directories(${CMAKE_BINARY_DIR}/win) - add_executable(vncconfig WIN32 Legacy.cxx PasswordDialog.cxx vncconfig.cxx vncconfig.rc) +target_include_directories(vncconfig PUBLIC ${CMAKE_BINARY_DIR}/win) target_link_libraries(vncconfig rfb_win32 rfb network rdr ws2_32.lib) install(TARGETS vncconfig |