mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-01 23:20:44 +00:00
Added missing add_executable(RBDoom3BFG ...)
This commit is contained in:
parent
5bef3a327f
commit
27b83db50d
1 changed files with 2 additions and 1 deletions
|
@ -1332,7 +1332,8 @@ else()
|
||||||
# make sure this is run after creating idlib
|
# make sure this is run after creating idlib
|
||||||
add_dependencies(precomp_header_rbdoom3bfg idlib)
|
add_dependencies(precomp_header_rbdoom3bfg idlib)
|
||||||
|
|
||||||
|
add_executable(RBDoom3BFG WIN32 ${RBDOOM3_SOURCES})
|
||||||
|
|
||||||
# make sure precompiled header is created before executable is compiled
|
# make sure precompiled header is created before executable is compiled
|
||||||
add_dependencies(RBDoom3BFG precomp_header_rbdoom3bfg)
|
add_dependencies(RBDoom3BFG precomp_header_rbdoom3bfg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue