mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Yet another CMake implementation (#61)
* initial cmake implementation * ci: i guess older cmake doesn't support this * cmake: add max version to suppress warning Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> --------- Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "resource.h"
|
||||
|
||||
ISLE_ARROW CURSOR "ISLE/res/arrow.cur"
|
||||
ISLE_NO CURSOR "ISLE/res/no.cur"
|
||||
ISLE_BUSY CURSOR "ISLE/res/busy.cur"
|
||||
APP_ICON ICON "ISLE/res/isle.ico"
|
||||
ISLE_ARROW CURSOR "arrow.cur"
|
||||
ISLE_NO CURSOR "no.cur"
|
||||
ISLE_BUSY CURSOR "busy.cur"
|
||||
APP_ICON ICON "isle.ico"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,1,0,0
|
||||
|
Reference in New Issue
Block a user