Codechange: split building into a library and executable
This commit is contained in:
@@ -6,6 +6,9 @@ add_files(
|
||||
string_uniscribe.h
|
||||
win32.cpp
|
||||
win32.h
|
||||
win32_main.cpp
|
||||
CONDITION WIN32
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/win32_main.cpp)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user