Initial commit
This commit is contained in:
13
win/vncconfig/CMakeLists.txt
Normal file
13
win/vncconfig/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
include_directories(${CMAKE_BINARY_DIR}/win)
|
||||
|
||||
add_executable(vncconfig WIN32
|
||||
Legacy.cxx
|
||||
PasswordDialog.cxx
|
||||
vncconfig.cxx
|
||||
vncconfig.rc)
|
||||
|
||||
target_link_libraries(vncconfig rfb_win32 rfb network rdr ws2_32.lib)
|
||||
|
||||
install(TARGETS vncconfig
|
||||
RUNTIME DESTINATION ${BIN_DIR}
|
||||
)
|
||||
Reference in New Issue
Block a user