This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-26 18:35:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
OpenMW
/
apps
/
clientconsole
/
CMakeLists.txt
4 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Various Windows fixes to CMake, compile errors, and a few warnings. Also made the command server optional and disabled by default since it is not currently working correctly on Linux.
2010-07-04 20:17:10 -07:00
Fix Windows line feeds and chdmod
2010-07-02 00:05:57 -07:00
add_executable
(
clientconsole
client.cpp
)
Various fixes to get openmw to compile and run properly
2010-07-02 10:41:39 +02:00
target_link_libraries
(
clientconsole
${
Boost_LIBRARIES
}
)
Reference in New Issue
Copy Permalink