Skip to content

Commit 6bd98ec

Browse files
Add Windows specific compile options for bbfmux
1 parent f750332 commit 6bd98ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ add_executable(bbfmux
1414

1515
target_link_libraries(bbfmux PRIVATE Threads::Threads)
1616

17+
if(WIN32)
18+
target_compile_options(bbfmux PRIVATE -municode)
19+
endif()
20+
1721
install(TARGETS bbfmux DESTINATION bin)

0 commit comments

Comments
 (0)