Finish up the bare minimum
This commit is contained in:
parent
0f64d8cdc3
commit
4a171be26c
4 changed files with 3701 additions and 21 deletions
|
@ -5,7 +5,7 @@ find_package( CURL REQUIRED )
|
|||
ENABLE_LANGUAGE(RC)
|
||||
SET(CMAKE_RC_COMPILE_OBJECT
|
||||
"<CMAKE_RC_COMPILER> <FLAGS> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static -mwindows")
|
||||
add_compile_options(-g -fpermissive)
|
||||
target_link_libraries(wt95 CURL::libcurl)
|
||||
install(FILES $<TARGET_RUNTIME_DLLS:wt95> TYPE BIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue