[Start] Gui: enable precompiled headers

- also some whitespace changes
This commit is contained in:
Uwe
2022-12-14 03:43:25 +01:00
parent 474f403ca7
commit f1a836b82a
6 changed files with 6 additions and 7 deletions

View File

@@ -16,12 +16,9 @@ SET(Start_SRCS
StartConfiguration.h
)
add_library(Start SHARED ${Start_SRCS})
target_link_libraries(Start ${Start_LIBS})
SET_BIN_DIR(Start Start /Mod/Start)
SET_PYTHON_PREFIX_SUFFIX(Start)

View File

@@ -20,5 +20,4 @@
* *
***************************************************************************/
#include "PreCompiled.h"