Skip to content

Commit

Permalink
Forgot to tell CMake to set the correct subsytem for musikServer
Browse files Browse the repository at this point in the history
  • Loading branch information
urioxis committed Feb 25, 2011
1 parent 159f0c9 commit 8b67aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/CMakeLists.txt
Expand Up @@ -68,7 +68,7 @@ add_definitions(
-D_DEBUG
)

add_executable( musikServer ${SERVER_SOURCES} ${SERVER_HEADERS})
add_executable( musikServer WIN32 ${SERVER_SOURCES} ${SERVER_HEADERS})
target_link_libraries( musikServer win32cpp musik comctl32)


0 comments on commit 8b67aff

Please sign in to comment.