Skip to content

Commit b2906bc

Browse files
committed
try linking with wwlib to have launcher compile
1 parent e5ab41a commit b2906bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/Launcher/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ add_executable(launcher WIN32
5050
wstypes.h
5151
)
5252
target_include_directories(launcher PRIVATE "Toolkit")
53-
target_link_libraries(launcher PRIVATE comctl32)
53+
target_link_libraries(launcher PRIVATE comctl32 wwlib)

0 commit comments

Comments
 (0)